Skip to content

Commit

Permalink
maint/dev ~ (QA) add Scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 1, 2021
1 parent 908a0dd commit da032a4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# JavaScript/TypeScript (NodeJS-v10+)
# ref: https://scrutinizer-ci.com/docs/configuration/build_reference
# spell-checker:ignore () eqeqeq
build:
environment:
node: v10.14.2
nodes:
analysis:
tests:
override:
- js-scrutinizer-run

checks:
javascript:
no_implicit_undefined_return: true
no_else_return: true
no_alert: true
eqeqeq: true
no_loop_var_assign: true
no_param_assign: true
no_var: true

filter:
dependency_paths:
- 'node_modules/'
excluded_paths:
- 'dist/'
- 'test/'
- '*.spec.js'
- '*.spec.ts'
- '*.test.js'
- '*.test.ts'

0 comments on commit da032a4

Please sign in to comment.