2016-02-14 13:36:44 +00:00
|
|
|
ignore-paths:
|
2016-02-15 14:43:59 +00:00
|
|
|
- mitmproxy/docs
|
|
|
|
- mitmproxy/examples
|
2016-02-16 21:01:50 +00:00
|
|
|
- mitmproxy/mitmproxy/contrib
|
2016-02-15 14:43:59 +00:00
|
|
|
- mitmproxy/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
|