[gurnt/eslint] add comment about contents of report

This commit is contained in:
spalger 2016-12-10 00:59:11 -07:00
parent 6fa2c6cad0
commit 71834ca7ec

View file

@ -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