diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-02-15 15:43:59 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-15 15:43:59 +0100 |
commit | 95cef3c0e965202a36841a36c189d3917d7706ec (patch) | |
tree | 437fca1226ae5e0881689e20a369493c09f917d8 /netlib/.landscape.yml | |
parent | dd2c500294c195c9c1c6c774125538968a697583 (diff) | |
download | mitmproxy-95cef3c0e965202a36841a36c189d3917d7706ec.tar.gz mitmproxy-95cef3c0e965202a36841a36c189d3917d7706ec.tar.bz2 mitmproxy-95cef3c0e965202a36841a36c189d3917d7706ec.zip |
merge metadata files
Diffstat (limited to 'netlib/.landscape.yml')
-rw-r--r-- | netlib/.landscape.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/netlib/.landscape.yml b/netlib/.landscape.yml deleted file mode 100644 index 9a3b615f..00000000 --- a/netlib/.landscape.yml +++ /dev/null @@ -1,16 +0,0 @@ -max-line-length: 120 -pylint: - options: - dummy-variables-rgx: _$|.+_$|dummy_.+ - - 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
\ No newline at end of file |