mirror of
https://github.com/internetee/registry.git
synced 2025-05-15 08:57:16 +02:00
Improve CodeClimate config
This commit is contained in:
parent
38f967a7d6
commit
7fa75f33dc
1 changed files with 4 additions and 22 deletions
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
engines:
|
||||
plugins:
|
||||
brakeman:
|
||||
enabled: true
|
||||
bundler-audit:
|
||||
|
@ -14,8 +13,6 @@ engines:
|
|||
languages:
|
||||
- ruby
|
||||
- javascript
|
||||
- python
|
||||
- php
|
||||
eslint:
|
||||
enabled: true
|
||||
fixme:
|
||||
|
@ -33,24 +30,9 @@ engines:
|
|||
checks:
|
||||
IrresponsibleModule:
|
||||
enabled: false
|
||||
ratings:
|
||||
paths:
|
||||
- Gemfile.lock
|
||||
- "**.erb"
|
||||
- "**.haml"
|
||||
- "**.rb"
|
||||
- "**.rhtml"
|
||||
- "**.slim"
|
||||
- "**.css"
|
||||
- "**.coffee"
|
||||
- "**.inc"
|
||||
- "**.js"
|
||||
- "**.jsx"
|
||||
- "**.module"
|
||||
- "**.php"
|
||||
- "**.py"
|
||||
exclude_paths:
|
||||
exclude_patterns:
|
||||
- config/
|
||||
- db/
|
||||
- spec/
|
||||
- vendor/
|
||||
- spec/
|
||||
- test/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue