Skip to content

Commit

Permalink
T-23 Disable default Code Climate checks and specify correct Rubocop …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
marian13 committed Mar 4, 2020
1 parent d34cb5c commit ac1469b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
# DOCS: https://docs.codeclimate.com/docs/advanced-configuration
version: 2

plugins:
rubocop:
enabled: true
channel: rubocop-0-80

exclude_patterns:
- spec/**/*

checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: false

0 comments on commit ac1469b

Please sign in to comment.