]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Add landscape.io configuration file
authorStephen Finucane <stephenfinucane@hotmail.com>
Sun, 4 Sep 2016 14:12:53 +0000 (15:12 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Wed, 7 Sep 2016 20:09:11 +0000 (21:09 +0100)
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
.landscape.yml [new file with mode: 0644]

diff --git a/.landscape.yml b/.landscape.yml
new file mode 100644 (file)
index 0000000..a882e84
--- /dev/null
@@ -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