Skip to content

Commit

Permalink
Adding landscape.io config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidevd committed Feb 22, 2016
1 parent 7856e6d commit 2a8df52
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .landscape.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
doc-warnings: yes
test-warnings: yes
strictness: veryhigh
mccabe:
run: false
pylint:
disable:
- too-few-public-methods
- no-self-use
- too-many-instance-attributes
- invalid-name
- missing-docstring
- star-args
- logging-format-interpolation
- bad-builtin
ignore-paths:
- docs
pep8:
disable:
- E731
- E126
- E128
- E115
- N802

0 comments on commit 2a8df52

Please sign in to comment.