Skip to content

Commit

Permalink
fix: update scrutinizer config
Browse files Browse the repository at this point in the history
update eslint rules
  • Loading branch information
zhenyulin committed Mar 3, 2020
1 parent 9ed9f4f commit 64ae452
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ rules:
jest/no-disabled-tests: warn
jest/no-focused-tests: error
jest/no-identical-title: error
jest/no-try-expect: 'off'
jest/valid-expect: error
prettier/prettier:
- error
Expand Down
13 changes: 8 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
checks:
javascript: true
build:
nodes:
analysis:
environment:
node:
version: 10.19
# disable inferred commands [dependencies]
dependencies:
override:
- true
# as we're only use the code quality analyser
tests:
override:
- js-scrutinizer-run

0 comments on commit 64ae452

Please sign in to comment.