aboutsummaryrefslogtreecommitdiffstats
path: root/.landscape.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-18 10:31:27 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-18 10:31:27 +0200
commite9fecbf83077ec18b764b2b4c0065698a023f762 (patch)
tree68358a5b2cbd9440afbc5a50d23fa3b4497aa7a4 /.landscape.yml
parent36d7e3fcd645ec9b5a7466046e044a2f1c1167ad (diff)
downloadmitmproxy-e9fecbf83077ec18b764b2b4c0065698a023f762.tar.gz
mitmproxy-e9fecbf83077ec18b764b2b4c0065698a023f762.tar.bz2
mitmproxy-e9fecbf83077ec18b764b2b4c0065698a023f762.zip
add landscape/prospector config
Diffstat (limited to '.landscape.yml')
-rw-r--r--.landscape.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.landscape.yml b/.landscape.yml
new file mode 100644
index 00000000..5926e7bf
--- /dev/null
+++ b/.landscape.yml
@@ -0,0 +1,13 @@
+max-line-length: 120
+pylint:
+ disable:
+ - missing-docstring
+ - protected-access
+ - too-few-public-methods
+ - too-many-arguments
+ - too-many-instance-attributes
+ - too-many-locals
+ - too-many-public-methods
+ - too-many-return-statements
+ - too-many-statements
+ - unpacking-non-sequence