debian-mirror-gitlab/.codeclimate.yml

42 lines
584 B
YAML
Raw Normal View History

2019-05-05 18:10:48 +05:30
---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
2019-09-04 21:01:54 +05:30
- ruby
- javascript
2019-05-05 18:10:48 +05:30
ratings:
paths:
2019-09-04 21:01:54 +05:30
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
2019-05-05 18:10:48 +05:30
exclude_paths:
2019-09-04 21:01:54 +05:30
- config/
- db/
- features/
- node_modules/
- spec/
- vendor/
- .yarn-cache/
- tmp/
- builds/
- coverage/
- public/
- shared/
- webpack-report/
- log/
- backups/
- coverage-javascript/
- plugins/
2020-04-22 19:07:51 +05:30
- file_hooks/