Commit d4931638 authored by Albert Salim's avatar Albert Salim

Merge branch 'update-codeclimate-config' into 'master'

Update Code Climate config

See merge request gitlab-org/gitlab!72998
parents ffeb6c3f 508ae560
---
engines:
version: "2"
plugins:
bundler-audit:
enabled: true
duplication:
......@@ -8,33 +9,22 @@ engines:
languages:
- ruby
- javascript
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
exclude_paths:
- config/
- db/
- features/
- node_modules/
- spec/
- vendor/
rubocop:
enabled: false
exclude_patterns:
- "{ee/,jh/,}config/"
- "{ee/,jh/,}db/"
- "**/log/"
- "**/node_modules/"
- "**/spec/"
- "**/tmp/"
- "**/vendor/"
- .yarn-cache/
- tmp/
- backups/
- builds/
- coverage/
- file_hooks/
- plugins/
- public/
- shared/
- webpack-report/
- log/
- backups/
- plugins/
- file_hooks/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment