2015-03-25 20:13:23 +01:00
|
|
|
doc-warnings: yes
|
|
|
|
test-warnings: yes
|
|
|
|
strictness: veryhigh
|
2016-10-18 16:38:47 +03:00
|
|
|
max-line-length: 90
|
2015-03-25 20:13:23 +01:00
|
|
|
autodetect: yes
|
2015-03-25 18:44:45 -05:00
|
|
|
ignore-paths:
|
|
|
|
- docs/conf.py
|
2016-10-18 16:38:47 +03:00
|
|
|
- xonsh/ply
|
2015-03-26 01:07:05 -05:00
|
|
|
|
2016-10-18 16:38:47 +03:00
|
|
|
python-targets:
|
|
|
|
- 3
|
|
|
|
|
2015-03-26 01:04:05 -05:00
|
|
|
pylint:
|
|
|
|
disable:
|
2015-03-26 01:33:08 -05:00
|
|
|
- super-on-old-class
|
2015-04-02 20:44:11 -05:00
|
|
|
- old-style-class
|
2015-03-26 01:33:08 -05:00
|
|
|
- global-variable-not-assigned
|
2015-04-02 19:11:50 -05:00
|
|
|
- pointless-except
|
|
|
|
- unused-argument
|
|
|
|
- protected-access
|
|
|
|
- global-statement
|
2015-04-02 20:44:11 -05:00
|
|
|
- eval-used
|
2015-04-02 19:42:38 -05:00
|
|
|
- exec-used
|
|
|
|
- too-many-lines
|
2015-04-02 20:23:26 -05:00
|
|
|
- import-self
|
2015-04-02 20:36:19 -05:00
|
|
|
- redefined-outer-name
|
2015-04-02 21:08:17 -05:00
|
|
|
- invalid-name
|
|
|
|
- too-few-public-methods
|
|
|
|
- no-init
|
|
|
|
- star-args
|
2015-03-26 01:33:08 -05:00
|
|
|
|
2015-03-26 01:07:05 -05:00
|
|
|
mccabe:
|
|
|
|
disable:
|
2016-10-18 16:38:47 +03:00
|
|
|
- MC0000 # not Py3k compatabile
|
2015-04-02 20:00:58 -05:00
|
|
|
- MC0001 # silly cyclomatic complexity
|