From f2aa117986e018b3e769c955dba7d358fbc3dbc2 Mon Sep 17 00:00:00 2001 From: sigoa Date: Tue, 26 Dec 2017 15:35:49 +0100 Subject: [PATCH] yaml Signed-off-by: sigoa --- .landscape.yaml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/.landscape.yaml b/.landscape.yaml index 21528cd3..1f43d704 100644 --- a/.landscape.yaml +++ b/.landscape.yaml @@ -1,8 +1,40 @@ + + +doc-warnings: true +test-warnings: false +strictness: veryhigh +max-line-length: 120 +uses: + - flask +autodetect: true +requirements: + - deps/core.txt +# - deps/test.txt +ignore-paths: + - docs + - mypackage/vendor +ignore-patterns: + - ^example/doc_.*\.py$ + - (^|/)docs(/|$) +python-targets: + - 2 + + + + + + + + pylint: disable: - eval-used + - undefined-variable pep8: disable: - E711 - - E712 \ No newline at end of file + - E712 + + + \ No newline at end of file