summaryrefslogtreecommitdiffstats
path: root/.landscape.yml
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-11-27 00:51:55 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-12-17 23:34:48 +0100
commit93c91d29687fc1c97476755a663035339ad8dd8f (patch)
treecaee620b9281befe450c7a2cc2efe6dea3ccefd0 /.landscape.yml
parent27fde5b2b4888ecf47a9b2a0fb4ed1a42c5add7a (diff)
downloadclufter-93c91d29687fc1c97476755a663035339ad8dd8f.tar.gz
clufter-93c91d29687fc1c97476755a663035339ad8dd8f.tar.xz
clufter-93c91d29687fc1c97476755a663035339ad8dd8f.zip
Experimental Landscape configuration file
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.landscape.yml')
-rw-r--r--.landscape.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.landscape.yml b/.landscape.yml
new file mode 100644
index 0000000..5d7ddae
--- /dev/null
+++ b/.landscape.yml
@@ -0,0 +1,17 @@
+ignore-paths:
+ - __root__
+ignore-patterns:
+ - ^__root__/__project__(/|$)
+autodetect: false
+pylint:
+ run: true
+pep8:
+ run: false
+pyflakes:
+ run: false
+mccabe:
+ run: false
+dodgy:
+ run: false
+pep257:
+ run: false