diff --git a/.codeclimate.yml b/.codeclimate.yml index e6efd7159..3760d0042 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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"