blob: 60b4e4110696f804bb2ab868c8a2a627a497c82c [file] [log] [blame]
[MESSAGES CONTROL]
# Some of these should be cleaned up, but disable them for now so I can check
# this in. The too-many-* refactoring warnings will probably remain on for all
# time, but naming and docstrings can and should be fixed.
disable=missing-docstring,invalid-name,fixme,design,locally-disabled,too-many-lines,no-else-return,no-self-use
[BASIC]
good-names=i,j,k,ex,Run,_
[VARIABLES]
dummy-variables-rgx=_|dummy