debian-mirror-gitlab/.codeclimate.yml

31 lines
463 B
YAML
Raw Normal View History

2019-05-05 18:10:48 +05:30
---
2021-12-11 22:18:48 +05:30
version: "2"
plugins:
2019-05-05 18:10:48 +05:30
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
2019-09-04 21:01:54 +05:30
- ruby
- javascript
2021-12-11 22:18:48 +05:30
rubocop:
enabled: false
exclude_patterns:
- "{ee/,jh/,}config/"
- "{ee/,jh/,}db/"
- "**/log/"
- "**/node_modules/"
- "**/spec/"
- "**/tmp/"
- "**/vendor/"
2019-09-04 21:01:54 +05:30
- .yarn-cache/
2021-12-11 22:18:48 +05:30
- backups/
2019-09-04 21:01:54 +05:30
- builds/
- coverage/
2021-12-11 22:18:48 +05:30
- file_hooks/
- plugins/
2019-09-04 21:01:54 +05:30
- public/
- shared/
- webpack-report/