Ignore analytics when linting

This commit is contained in:
Matt Godbolt 2017-01-25 19:53:14 -06:00
parent fbd6d0adac
commit 4948d7f893
1 changed files with 1 additions and 1 deletions

View File

@ -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++