mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
2e0de2dd41
RuboCop 0.50.0 was released. https://github.com/bbatsov/rubocop/releases/tag/v0.50.0 And `rubocop-0-50` channel is available in Code Climate. https://github.com/codeclimate/codeclimate-rubocop/issues/107#issuecomment-336234260 This commit will bump RuboCop to 0.50.0. There are no new offences in this change. ```console % bundle exec rubocop --version 0.50.0 % bundle exec rubocop Inspecting 2350 files (snip) 2350 files inspected, no offenses detected ```
14 lines
153 B
YAML
14 lines
153 B
YAML
engines:
|
|
rubocop:
|
|
enabled: true
|
|
channel: rubocop-0-50
|
|
|
|
ratings:
|
|
paths:
|
|
- "**.rb"
|
|
|
|
exclude_paths:
|
|
- ci/
|
|
- guides/
|
|
- tasks/
|
|
- tools/
|