diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-14 14:36:44 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-14 14:36:44 +0100 |
commit | 5e65b933b291a4e53d27ce5671f776d828769f89 (patch) | |
tree | 2e008c4cef962f16aa3e2ed86552f4cdd9f7ff3a | |
parent | c394ee31fbbe92b8faff8c07eb4e01911f79bb8c (diff) | |
download | mitmproxy-5e65b933b291a4e53d27ce5671f776d828769f89.tar.gz mitmproxy-5e65b933b291a4e53d27ce5671f776d828769f89.tar.bz2 mitmproxy-5e65b933b291a4e53d27ce5671f776d828769f89.zip |
improve landscape config
-rw-r--r-- | .landscape.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.landscape.yml b/.landscape.yml index 9a3b615f..9dfa62b0 100644 --- a/.landscape.yml +++ b/.landscape.yml @@ -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 @@ -13,4 +17,4 @@ pylint: - too-many-public-methods - too-many-return-statements - too-many-statements - - unpacking-non-sequence
\ No newline at end of file + - unpacking-non-sequence |