Update travis upper limit for JS from 500 to 30

This commit is contained in:
Shay Nehmad 2019-11-10 15:58:30 +02:00
parent 93a270f5c7
commit ad8be355a1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ script:
- cd -
- cd monkey_island/cc/ui
- eslint ./src --quiet
- JS_WARNINGS_AMOUNT_UPPER_LIMIT=497
- JS_WARNINGS_AMOUNT_UPPER_LIMIT=29
- eslint ./src --max-warnings $JS_WARNINGS_AMOUNT_UPPER_LIMIT
notifications: