Skip to content

Commit

Permalink
[gurnt/eslint] add comment about contents of report
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 10, 2016
1 parent 6fa2c6c commit 71834ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71834ca

Please sign in to comment.