mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
landscape.io ignore ply directory
This commit is contained in:
parent
5fedb677ca
commit
50f0dc46ab
2 changed files with 19 additions and 3 deletions
|
@ -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
13
news/landscape.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:**
|
||||
|
||||
* landscape.io linting now ignores ply directory
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue