Skip to content

Commit

Permalink
update config for code-climate for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Apr 11, 2019
1 parent 2444052 commit 389dc5b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ languages:
JavaScript: true

exclude_paths:
- "tests/*"
- "generators/*"
- "blueprints/*"
- "bin/*"
- "lib/*"
- "node-tests/*"
- 'tests/*'
- 'generators/*'
- 'blueprints/*'
- 'bin/*'
- 'lib/*'
- 'node-tests/*'
- 'packages/*/tests/*'
- 'packages/*/generators/*'
- 'packages/*/blueprints/*'
- 'packages/*/bin/*'
- 'packages/*/lib/*'
- 'packages/*/node-tests/*'

version: "2" # required to adjust maintainability checks
version: '2' # required to adjust maintainability checks
checks:
argument-count:
config:
Expand Down

0 comments on commit 389dc5b

Please sign in to comment.