Skip to content

Commit b633eaa

Browse files
committed
pylint: Ignore 'dummy' variables, like standard pylint config
Signed-off-by: Cole Robinson <[email protected]>
1 parent 8ef8323 commit b633eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ notes=FIXME,XXX,TODO
3434
[VARIABLES]
3535
# A regular expression matching the beginning of the name of dummy variables
3636
# (i.e. not used).
37-
dummy-variables-rgx=ignore.*|.*_ignore
37+
dummy-variables-rgx=dummy.*|ignore.*|.*_ignore
3838

3939
# List of additional names supposed to be defined in builtins. Remember that
4040
# you should avoid to define new builtins when possible.

0 commit comments

Comments
 (0)