mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 17:50:39 +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
|
# Verify all javascript in the project has valid syntax and follows jshint rules
|
||||||
jshint: nodecheck
|
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
|
# Verify all less files are compilable
|
||||||
checkless:
|
checkless:
|
||||||
|
|
Loading…
Reference in a new issue