Skip to content

Commit 94eb107

Browse files
Print the names of files being linted.
1 parent 9df1ed4 commit 94eb107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jakefile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ function getLinterOptions() {
893893

894894
function lintFileContents(options, path, contents) {
895895
var ll = new Linter(path, contents, options);
896+
console.log("Linting '" + path + "'.")
896897
return ll.lint();
897898
}
898899

0 commit comments

Comments
 (0)