Skip to content

Commit

Permalink
Merge pull request ManageIQ#290 from agrare/update_codeclimate_yml
Browse files Browse the repository at this point in the history
Update .codeclimate.yml from manageiq template
  • Loading branch information
kbrock authored Oct 24, 2024
2 parents 6c070d2 + 49c0a3e commit 9a33315
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: '2'
prepare:
fetch:
- url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/.rubocop_base.yml
Expand All @@ -8,9 +9,28 @@ prepare:
path: styles/base.yml
- url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/styles/cc_base.yml
path: styles/cc_base.yml
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
config:
threshold: 11
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
plugins:
rubocop:
enabled: true
config: ".rubocop_cc.yml"
channel: rubocop-1-56-3
version: '2'
exclude_patterns:
- spec/

0 comments on commit 9a33315

Please sign in to comment.