warnings as errors
This commit is contained in:
parent
c49357d403
commit
1916f1fc28
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
Reference in a new issue