diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-18 10:26:49 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-18 10:26:49 +0200 |
commit | a9d6b38153897b84765a1679e9d72152aed085d2 (patch) | |
tree | a0c7eea692641200ccae9ca3b2d7d6d523bd7b6d | |
parent | 274d0333f8bbd0bf88214747beeead991f36b72a (diff) | |
download | mitmproxy-a9d6b38153897b84765a1679e9d72152aed085d2.tar.gz mitmproxy-a9d6b38153897b84765a1679e9d72152aed085d2.tar.bz2 mitmproxy-a9d6b38153897b84765a1679e9d72152aed085d2.zip |
add landscape/prospector config
-rw-r--r-- | .landscape.yml | 13 |
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 |