improve landscape config

This commit is contained in:
Thomas Kriechbaumer 2016-02-14 14:36:44 +01:00
parent c394ee31fb
commit 5e65b933b2
1 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
max-line-length: 120
ignore-paths:
- docs
- examples
- libmproxy/contrib
- web
max-line-length: 140
pylint:
options:
dummy-variables-rgx: _$|.+_$|dummy_.+
disable:
- missing-docstring
- protected-access