salt/.codeclimate.yml
2019-04-29 17:49:22 +00:00

28 lines
364 B
YAML

version: "2"
languages:
Ruby: false
JavaScript: false
Python: true
PHP: false
exclude_patterns:
- "*.js"
- "*.rb"
- "*.php"
- "tests/"
plugins:
radon:
enabled: true
exclude_patterns:
- "templates/"
config:
threshold: "D"
checks:
argument-count:
enabled: false
similar-code:
config:
threshold: 40