mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Hygiene: Dont run jshint against .less files"
This commit is contained in:
commit
ad0bf2dadd
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue