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:
Yuji Yaginuma 2019-04-16 09:13:16 +09:00 committed by GitHub
commit 5302942702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -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: []