mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[gurnt/eslint] add comment about contents of report
This commit is contained in:
parent
6fa2c6cad0
commit
71834ca7ec
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ module.exports = grunt => {
|
|||
cwd: grunt.config.get('root'),
|
||||
});
|
||||
|
||||
// report includes an entire list of files checked and the
|
||||
// fixes, errors, and warning for each.
|
||||
const report = cli.executeOnFiles(options.paths);
|
||||
|
||||
// output fixes to disk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue