Increased upper error limit for js on travis

This commit is contained in:
VakarisZ 2019-12-03 17:10:44 +02:00
parent 9dc8749550
commit adba6f5258
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=35
- JS_WARNINGS_AMOUNT_UPPER_LIMIT=37
- eslint ./src --max-warnings $JS_WARNINGS_AMOUNT_UPPER_LIMIT
notifications: