Ignore analytics when linting
This commit is contained in:
parent
fbd6d0adac
commit
4948d7f893
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ $(BOWER_MODULES): bower.json $(NODE_MODULES)
|
|||
@touch $@
|
||||
|
||||
lint: $(NODE_MODULES)
|
||||
$(NODE) ./node_modules/.bin/jshint app.js $(shell find lib static -name '*.js' -not -path 'static/ext/*')
|
||||
$(NODE) ./node_modules/.bin/jshint app.js $(shell find lib static -name '*.js' -not -path 'static/ext/*' -not -path static/analytics.js)
|
||||
|
||||
LANG:=C++
|
||||
|
||||
|
|
Loading…
Reference in New Issue