Skip to content

Commit

Permalink
Merge branch 'landscape-config'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Jun 1, 2016
2 parents bf4463a + 162f50a commit a382b90
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .landscape.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
doc-warnings: no
test-warnings: no
strictness: veryhigh
max-line-length: 120
autodetect: yes
requirements:
- requirements.txt
ignore-paths:
- docs
mccabe:
run: false
pep8:
disable:
- C0103
pylint:
disable:
- R0903
- C0103
- R0913
- R0904
- W0142
- R0902
- R0912
- R0913
- R0914
- R0915
python-targets:
- 2
- 3
- 2
- 3

0 comments on commit a382b90

Please sign in to comment.