summaryrefslogtreecommitdiff
path: root/examples/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pylintrc')
-rw-r--r--examples/pylintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index d3f27833b..24fce68d2 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -468,8 +468,7 @@ callbacks=cb_,
# not be used).
dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy|^ignored_|^unused_
-# Argument names that match this expression will be ignored. Default to name
-# with leading underscore.
+# Argument names that match this expression will be ignored.
ignored-argument-names=_.*|^ignored_|^unused_
# Tells whether we should check for unused import in __init__ files.