| Index: blimp/tools/pylintrc
|
| diff --git a/blimp/tools/pylintrc b/blimp/tools/pylintrc
|
| deleted file mode 100644
|
| index b3ab9b775119af971d9f89be514722fac6b84f56..0000000000000000000000000000000000000000
|
| --- a/blimp/tools/pylintrc
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -[BASIC]
|
| -
|
| -function-rgx=[A-Z_][a-zA-Z0-9_]{2,30}$
|
| -method-rgx=[a-z_][a-zA-Z0-9_]{2,30}$
|
| -
|
| -good-names=e,f,i,j,k,main,_
|
| -
|
| -[FORMAT]
|
| -
|
| -indent-string=' '
|
| -max-line-length=80
|
| -
|
| -[MESSAGES CONTROL]
|
| -
|
| -disable=invalid-name,missing-docstring,too-few-public-methods,too-many-arguments,too-many-branches,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-statements,
|
| -
|
| -[REPORTS]
|
| -
|
| -reports=no
|
| -
|
| -[VARIABLES]
|
| -
|
| -dummy-variables-rgx=^_.*$|dummy
|
|
|