2016-02-14 13:36:44 +00:00
|
|
|
ignore-paths:
|
2016-02-17 20:19:05 +00:00
|
|
|
- docs
|
|
|
|
- examples
|
2016-02-18 12:28:49 +00:00
|
|
|
- mitmproxy/contrib
|
|
|
|
- web
|
2016-02-14 13:36:44 +00:00
|
|
|
max-line-length: 140
|
2015-06-18 08:31:27 +00:00
|
|
|
pylint:
|
2015-06-26 21:43:19 +00:00
|
|
|
options:
|
|
|
|
dummy-variables-rgx: _$|.+_$|dummy_.+
|
2015-06-18 08:31:27 +00:00
|
|
|
disable:
|
|
|
|
- missing-docstring
|
|
|
|
- protected-access
|
|
|
|
- too-few-public-methods
|
|
|
|
- too-many-arguments
|
|
|
|
- too-many-instance-attributes
|
|
|
|
- too-many-locals
|
|
|
|
- too-many-public-methods
|
|
|
|
- too-many-return-statements
|
|
|
|
- too-many-statements
|
2016-02-14 13:36:44 +00:00
|
|
|
- unpacking-non-sequence
|