Merge "Hygiene: Dont run jshint against .less files"

This commit is contained in:
jenkins-bot 2014-09-08 10:40:37 +00:00 committed by Gerrit Code Review
commit ad0bf2dadd

View file

@ -41,7 +41,7 @@ nodecheck:
# Verify all javascript in the project has valid syntax and follows jshint rules
jshint: nodecheck
@node_modules/.bin/jshint modules/* tests/qunit --config .jshintrc
@node_modules/.bin/jshint modules/ tests/qunit --config .jshintrc
# Verify all less files are compilable
checkless: