Skip to content

Commit

Permalink
Add codeclimate bundler-audit, fixme, and rubocop plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed Jan 9, 2022
1 parent 8b36db2 commit 69ea928
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: "2"
exclude_patterns:
- "sig/**/*"
checks:
argument-count:
config:
threshold: 4
complex-logic:
config:
threshold: 4
file-lines:
config:
threshold: 250
method-complexity:
config:
threshold: 9
method-count:
config:
threshold: 20
method-lines:
config:
threshold: 25
nested-control-flow:
config:
threshold: 4
return-statements:
config:
threshold: 4
plugins:
rubocop:
enabled: true
channel: 'rubocop-1-24-1'
bundler-audit:
enabled: true
fixme:
enabled: true
config:
strings:
- FIXME
- BUG
- CUSTOM

0 comments on commit 69ea928

Please sign in to comment.