2017-11-29 23:16:04 -05:00
|
|
|
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
|
|
|
|
|
2016-06-13 10:29:50 -04:00
|
|
|
engines:
|
|
|
|
rubocop:
|
|
|
|
enabled: true
|
2017-11-09 20:37:45 -05:00
|
|
|
channel: rubocop-0-51
|
2016-06-13 10:29:50 -04:00
|
|
|
|
|
|
|
ratings:
|
|
|
|
paths:
|
|
|
|
- "**.rb"
|
|
|
|
|
|
|
|
exclude_paths:
|
|
|
|
- ci/
|
|
|
|
- guides/
|
|
|
|
- tasks/
|
|
|
|
- tools/
|