debian-mirror-gitlab/.codeclimate.yml

48 lines
715 B
YAML
Raw Normal View History

2017-09-10 17:25:29 +05:30
---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
exclude_paths:
- "lib/api/v3/*"
eslint:
2018-03-17 18:26:18 +05:30
# eslint-plugin-vue is locked to version 2 in codeclimate, we need version 4
enabled: false
2017-09-10 17:25:29 +05:30
rubocop:
enabled: true
2018-03-17 18:26:18 +05:30
channel: "gitlab-rubocop-0-52"
2017-09-10 17:25:29 +05:30
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
exclude_paths:
- config/
- db/
- features/
- node_modules/
- spec/
- vendor/
- .yarn-cache/
- tmp/
- builds/
- coverage/
- public/
- shared/
- webpack-report/
- log/
- backups/
- coverage-javascript/