From c4d412d880da9478387e65d98a8b4b8e46964f4c Mon Sep 17 00:00:00 2001 From: pbrod Date: Sun, 22 Nov 2015 19:44:32 +0100 Subject: [PATCH] added .landscape.yml file --- .landscape.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .landscape.yml diff --git a/.landscape.yml b/.landscape.yml new file mode 100644 index 0000000..48cf2aa --- /dev/null +++ b/.landscape.yml @@ -0,0 +1,23 @@ +doc-warnings: yes +test-warnings: no +strictness: high + +pylint: + disable: + - too-few-public-methods + - no-self-use + - too-many-instance-attributes + - invalid-name + - missing-docstring + - star-args + - logging-format-interpolation + - bad-builtin +ignore-paths: + - docs +pep8: + disable: + - E731 + - E126 + - E128 + - E115 + - N802 \ No newline at end of file