From 5e65b933b291a4e53d27ce5671f776d828769f89 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 14 Feb 2016 14:36:44 +0100 Subject: [PATCH] improve landscape config --- .landscape.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.landscape.yml b/.landscape.yml index 9a3b615f7..9dfa62b0c 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