salt/.codeclimate.yml

29 lines
364 B
YAML
Raw Normal View History

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