From aebad44d550d917489c802d0d51e1002f87b4e3b Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 26 Jun 2015 23:43:19 +0200 Subject: [PATCH] synchronize metadata files across projects --- .landscape.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.landscape.yml b/.landscape.yml index 5926e7bf6..9a3b615f7 100644 --- a/.landscape.yml +++ b/.landscape.yml @@ -1,5 +1,8 @@ max-line-length: 120 pylint: + options: + dummy-variables-rgx: _$|.+_$|dummy_.+ + disable: - missing-docstring - protected-access @@ -10,4 +13,4 @@ pylint: - too-many-public-methods - too-many-return-statements - too-many-statements - - unpacking-non-sequence + - unpacking-non-sequence \ No newline at end of file