xonsh/.landscape.yaml
Anthony Scopatz c4087964c6 test fix
2015-04-02 20:00:58 -05:00

24 lines
519 B
YAML

doc-warnings: yes
test-warnings: yes
strictness: veryhigh
max-line-length: 100
autodetect: yes
ignore-paths:
- docs/conf.py
pylint:
disable:
- syntax-error # have to do this since landscape doesn't support py3k
- super-on-old-class
- global-variable-not-assigned
- pointless-except
- unused-argument
- protected-access
- global-statement
- exec-used
- too-many-lines
mccabe:
disable:
- MC0000 # again, not Py3k compatabile
- MC0001 # silly cyclomatic complexity