2017-05-29 04:08:51 -04:00
|
|
|
---
|
|
|
|
engines:
|
|
|
|
brakeman:
|
|
|
|
enabled: true
|
|
|
|
bundler-audit:
|
|
|
|
enabled: true
|
|
|
|
duplication:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
languages:
|
|
|
|
- ruby
|
|
|
|
- javascript
|
2017-06-12 13:00:56 -04:00
|
|
|
exclude_paths:
|
|
|
|
- "lib/api/v3/*"
|
2017-05-29 04:08:51 -04:00
|
|
|
eslint:
|
2018-01-10 05:24:24 -05:00
|
|
|
# eslint-plugin-vue is locked to version 2 in codeclimate, we need version 4
|
2018-01-10 05:22:26 -05:00
|
|
|
enabled: false
|
2017-05-29 04:08:51 -04:00
|
|
|
rubocop:
|
|
|
|
enabled: true
|
2017-09-19 11:25:42 -04:00
|
|
|
channel: "gitlab-rubocop-0-52"
|
2017-05-29 04:08:51 -04:00
|
|
|
ratings:
|
|
|
|
paths:
|
|
|
|
- Gemfile.lock
|
|
|
|
- "**.erb"
|
|
|
|
- "**.haml"
|
|
|
|
- "**.rb"
|
|
|
|
- "**.rhtml"
|
|
|
|
- "**.slim"
|
|
|
|
- "**.inc"
|
|
|
|
- "**.js"
|
|
|
|
- "**.jsx"
|
|
|
|
- "**.module"
|
|
|
|
exclude_paths:
|
|
|
|
- config/
|
|
|
|
- db/
|
|
|
|
- features/
|
|
|
|
- node_modules/
|
|
|
|
- spec/
|
|
|
|
- vendor/
|
2017-06-12 08:33:48 -04:00
|
|
|
- .yarn-cache/
|
|
|
|
- tmp/
|
2017-06-12 13:00:56 -04:00
|
|
|
- builds/
|
2017-06-13 06:19:00 -04:00
|
|
|
- coverage/
|
|
|
|
- public/
|
|
|
|
- shared/
|
|
|
|
- webpack-report/
|
|
|
|
- log/
|
|
|
|
- backups/
|
|
|
|
- coverage-javascript/
|