mirror of https://github.com/rails/rails
Merge pull request #35962 from y-yagi/migrate_config_file_to_new_settings
Migrate Code Climate config file to new configuration
This commit is contained in:
commit
5302942702
|
@ -1,3 +1,5 @@
|
|||
version: "2"
|
||||
|
||||
checks:
|
||||
argument-count:
|
||||
enabled: false
|
||||
|
@ -20,13 +22,9 @@ checks:
|
|||
identical-code:
|
||||
enabled: false
|
||||
|
||||
engines:
|
||||
plugins:
|
||||
rubocop:
|
||||
enabled: true
|
||||
channel: rubocop-0-66
|
||||
|
||||
ratings:
|
||||
paths:
|
||||
- "**.rb"
|
||||
|
||||
exclude_paths: []
|
||||
exclude_patterns: []
|
||||
|
|
Loading…
Reference in New Issue