1
0
Fork 0

warnings as errors

This commit is contained in:
Lukas Winkler 2017-08-27 20:40:21 +02:00
parent c49357d403
commit 1916f1fc28

View file

@ -7,4 +7,4 @@ before_script:
- npm install -g web-ext
script:
- jshint js/
- web-ext lint --ignore-files "libs/*" "*.sh"
- web-ext lint --ignore-files --warnings-as-errors "libs/*" "*.sh"