mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge pull request #3221 from webmeister/remove-unused-files
Remove unused files
This commit is contained in:
commit
9310fbd301
2 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
|||
doc-warnings: yes
|
||||
test-warnings: yes
|
||||
strictness: veryhigh
|
||||
max-line-length: 90
|
||||
autodetect: yes
|
||||
ignore-paths:
|
||||
- docs/conf.py
|
||||
- xonsh/ply
|
||||
|
||||
python-targets:
|
||||
- 3
|
||||
|
||||
pylint:
|
||||
disable:
|
||||
- super-on-old-class
|
||||
- old-style-class
|
||||
- global-variable-not-assigned
|
||||
- pointless-except
|
||||
- unused-argument
|
||||
- protected-access
|
||||
- global-statement
|
||||
- eval-used
|
||||
- exec-used
|
||||
- too-many-lines
|
||||
- import-self
|
||||
- redefined-outer-name
|
||||
- invalid-name
|
||||
- too-few-public-methods
|
||||
- no-init
|
||||
- star-args
|
||||
|
||||
mccabe:
|
||||
disable:
|
||||
- MC0000 # not Py3k compatible
|
||||
- MC0001 # silly cyclomatic complexity
|
0
empty
0
empty
Loading…
Add table
Reference in a new issue