summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-05-11 08:06:44 +0300
committerDevaev Maxim <[email protected]>2020-05-11 08:06:44 +0300
commit98a176f7408350741f89547ea6d1d6e519965cbf (patch)
tree872a8f1c288975c118e0384e44973c944ea5b1f2 /testenv
parent60b6c219d91addfd79a30cfa9c20b398eb3391ae (diff)
lint fixes
Diffstat (limited to 'testenv')
-rw-r--r--testenv/linters/pylint.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini
index 1f333c6f..be542999 100644
--- a/testenv/linters/pylint.ini
+++ b/testenv/linters/pylint.ini
@@ -44,7 +44,7 @@ max-line-length = 160
bad-functions =
# Good variable names which should always be accepted, separated by a comma
-good-names = _, __, x, y
+good-names = _, __, x, y, ws
# Regular expression matching correct method names
method-rgx = [a-z_][a-z0-9_]{2,50}$