Change max JS warnings limit to 0 in travis.yml

This commit is contained in:
Shreya 2021-04-12 18:43:37 +05:30
parent 2d8aef8beb
commit d01de96e95
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ script:
- cd monkey_island/cc/ui
- npm ci # See https://docs.npmjs.com/cli/ci.html
- eslint ./src --quiet # Test for errors
- JS_WARNINGS_AMOUNT_UPPER_LIMIT=7
- JS_WARNINGS_AMOUNT_UPPER_LIMIT=0
- eslint ./src --max-warnings $JS_WARNINGS_AMOUNT_UPPER_LIMIT # Test for max warnings
# Build documentation