From: Stephen Finucane Date: Sun, 4 Sep 2016 14:12:53 +0000 (+0100) Subject: Add landscape.io configuration file X-Git-Tag: v2.0.0-rc1~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5642d0472c64d64142a8e392a9eb89b1accff6d;p=thirdparty%2Fpatchwork.git Add landscape.io configuration file Signed-off-by: Stephen Finucane --- diff --git a/.landscape.yml b/.landscape.yml new file mode 100644 index 00000000..a882e841 --- /dev/null +++ b/.landscape.yml @@ -0,0 +1,14 @@ +doc-warnings: false +test-warnings: false +strictness: veryhigh +max-line-length: 80 +autodetect: true +requirements: + - requirements-dev.txt +ignore-paths: + - docs + - patchwork/migrations + - lib +python-targets: + - 2 + - 3