diff options
author | Devaev Maxim <[email protected]> | 2020-03-20 03:07:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-03-20 03:07:27 +0300 |
commit | d5ae32b1326fc5ac9207193d7679b34e0ceec4c7 (patch) | |
tree | 43bb961fd3006c06dffec900a2c84fb8387302c0 /testenv/linters/pylint.ini | |
parent | ab6264bd5e65497121139eab6deae353e06d592f (diff) |
vnc
Diffstat (limited to 'testenv/linters/pylint.ini')
-rw-r--r-- | testenv/linters/pylint.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index c1599884..1f333c6f 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -43,6 +43,9 @@ max-line-length = 160 # List of builtins function names that should not be used, separated by a comma bad-functions = +# Good variable names which should always be accepted, separated by a comma +good-names = _, __, x, y + # Regular expression matching correct method names method-rgx = [a-z_][a-z0-9_]{2,50}$ |