mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00
Tweak codeclimate settings for less noise
This commit is contained in:
parent
5bb7869adc
commit
c58af57bc0
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,16 @@
|
||||||
version: "2"
|
version: "2"
|
||||||
|
|
||||||
|
languages:
|
||||||
|
Ruby: false
|
||||||
|
JavaScript: false
|
||||||
|
Python: true
|
||||||
|
PHP: false
|
||||||
|
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- "*.js"
|
- "*.js"
|
||||||
- "*.rb"
|
- "*.rb"
|
||||||
- "*.php"
|
- "*.php"
|
||||||
|
- "tests/"
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
radon:
|
radon:
|
||||||
|
@ -16,8 +23,6 @@ plugins:
|
||||||
checks:
|
checks:
|
||||||
argument-count:
|
argument-count:
|
||||||
enabled: false
|
enabled: false
|
||||||
file-lines:
|
|
||||||
enabled: false
|
|
||||||
similar-code:
|
similar-code:
|
||||||
config:
|
config:
|
||||||
threshold: 40
|
threshold: 40
|
||||||
|
|
Loading…
Add table
Reference in a new issue