Skip to content

Commit

Permalink
Experimental Landscape configuration file
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Pokorný <[email protected]>
  • Loading branch information
jnpkrn committed Nov 27, 2015
1 parent 0d804e0 commit b9265cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .landscape.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b9265cd

Please sign in to comment.