Update CodeClimate config

This commit is contained in:
Artur Beljajev 2019-03-10 16:37:49 +02:00
parent 25a290b751
commit c9f636ad95

View file

@ -22,11 +22,25 @@ plugins:
enabled: true
channel: rubocop-0-58
exclude_patterns:
- "app/models/legacy/"
- "app/models/version/"
- "bin/"
- "config/"
- "db/"
- "lib/"
- "vendor/"
- "test/"
- "lib/action_controller/"
- "lib/core_ext/"
- "lib/daemons/"
- "lib/gem_ext/"
- "lib/tasks/api_log.rake"
- "lib/tasks/bootstrap.rake"
- "lib/tasks/convert.rake"
- "lib/tasks/db.rake"
- "lib/tasks/documents.rake"
- "lib/tasks/import.rake"
- "lib/tasks/legal_doc.rake"
- "lib/tasks/statuses.rake"
- "lib/tasks/whois.rake"
- "spec/"
- "test/"
- "vendor/"
- "CHANGELOG.md"