landscape.io ignore ply directory

This commit is contained in:
laerus 2016-10-18 16:38:47 +03:00
parent 5fedb677ca
commit 50f0dc46ab
2 changed files with 19 additions and 3 deletions

View file

@ -1,14 +1,17 @@
doc-warnings: yes
test-warnings: yes
strictness: veryhigh
max-line-length: 100
max-line-length: 90
autodetect: yes
ignore-paths:
- docs/conf.py
- xonsh/ply
python-targets:
- 3
pylint:
disable:
- syntax-error # have to do this since landscape doesn't support py3k
- super-on-old-class
- old-style-class
- global-variable-not-assigned
@ -28,5 +31,5 @@ pylint:
mccabe:
disable:
- MC0000 # again, not Py3k compatabile
- MC0000 # not Py3k compatabile
- MC0001 # silly cyclomatic complexity

13
news/landscape.rst Normal file
View file

@ -0,0 +1,13 @@
**Added:** None
**Changed:**
* landscape.io linting now ignores ply directory
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None