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 @@
|
||||||
---
|
plugins:
|
||||||
engines:
|
|
||||||
brakeman:
|
brakeman:
|
||||||
enabled: true
|
enabled: true
|
||||||
bundler-audit:
|
bundler-audit:
|
||||||
|
@ -14,8 +13,6 @@ engines:
|
||||||
languages:
|
languages:
|
||||||
- ruby
|
- ruby
|
||||||
- javascript
|
- javascript
|
||||||
- python
|
|
||||||
- php
|
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
fixme:
|
fixme:
|
||||||
|
@ -33,24 +30,9 @@ engines:
|
||||||
checks:
|
checks:
|
||||||
IrresponsibleModule:
|
IrresponsibleModule:
|
||||||
enabled: false
|
enabled: false
|
||||||
ratings:
|
exclude_patterns:
|
||||||
paths:
|
|
||||||
- Gemfile.lock
|
|
||||||
- "**.erb"
|
|
||||||
- "**.haml"
|
|
||||||
- "**.rb"
|
|
||||||
- "**.rhtml"
|
|
||||||
- "**.slim"
|
|
||||||
- "**.css"
|
|
||||||
- "**.coffee"
|
|
||||||
- "**.inc"
|
|
||||||
- "**.js"
|
|
||||||
- "**.jsx"
|
|
||||||
- "**.module"
|
|
||||||
- "**.php"
|
|
||||||
- "**.py"
|
|
||||||
exclude_paths:
|
|
||||||
- config/
|
- config/
|
||||||
- db/
|
- db/
|
||||||
- spec/
|
|
||||||
- vendor/
|
- vendor/
|
||||||
|
- spec/
|
||||||
|
- test/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue