mitmproxy/.landscape.yml

21 lines
435 B
YAML
Raw Normal View History

2016-02-14 13:36:44 +00:00
ignore-paths:
- docs
- examples
- libmproxy/contrib
- web
max-line-length: 140
2015-06-18 08:31:27 +00:00
pylint:
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