mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a7371430c5
We use only RuboCop in Code Climate and exclude paths are specified in RuboCop's setting. The global level excludes paths should not be specified to match the behavior of local and CodeClimate.
30 lines
474 B
YAML
30 lines
474 B
YAML
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
|
|
|
|
engines:
|
|
rubocop:
|
|
enabled: true
|
|
channel: rubocop-0-66
|
|
|
|
ratings:
|
|
paths:
|
|
- "**.rb"
|