mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Hygiene: Dont run jshint against .less files
Change-Id: Ib90f706160b5404fa278e09e5a79bb83e8911500
This commit is contained in:
parent
f8a8caa93b
commit
c88261148d
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