diff options
Diffstat (limited to 'netlib/.landscape.yml')
-rw-r--r-- | netlib/.landscape.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/netlib/.landscape.yml b/netlib/.landscape.yml new file mode 100644 index 00000000..9a3b615f --- /dev/null +++ b/netlib/.landscape.yml @@ -0,0 +1,16 @@ +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 |