summaryrefslogtreecommitdiff
path: root/tests/regrtest_data
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-23 20:10:29 +0100
committerGitHub <noreply@github.com>2021-11-23 20:10:29 +0100
commitd58a7c019df0bde1ae5edde35a628b861715c758 (patch)
treea5479c14dfab21689a8b538f510fdde7ae1ad664 /tests/regrtest_data
parent2c687133e4fcdd73ae3afa2e79be2160b150bb82 (diff)
downloadpylint-git-d58a7c019df0bde1ae5edde35a628b861715c758.tar.gz
Fix typo in pylintrc for useless-suppression (#5303)
* Fix typo in pylintrc for useless-suppression * Fix CI for information messages * Remove useless disables * Update CI and docs for 3.8+ Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tests/regrtest_data')
-rw-r--r--tests/regrtest_data/unused_variable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regrtest_data/unused_variable.py b/tests/regrtest_data/unused_variable.py
index eee909d53..88bb0e7a7 100644
--- a/tests/regrtest_data/unused_variable.py
+++ b/tests/regrtest_data/unused_variable.py
@@ -1,4 +1,4 @@
-# pylint: disable=missing-docstring
+# pylint: disable=missing-module-docstring, missing-function-docstring
def test():
variable = ''