Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
32 lines (29 sloc) 414 Bytes
engines:
duplication:
enabled: false
config:
languages:
python:
python_version: 3
mass_threshold: 50
exclude_paths:
- doc/
pep8:
enabled: false
radon:
enabled: true
config:
threshold: "C"
eslint:
enabled: false
shellcheck:
enabled: false
csslint:
enabled: false
ratings:
paths:
- "**.py"
- "**.js"
- "**.sh"
- "**.css"
exclude_paths:
You can’t perform that action at this time.