Commit Graph

3 Commits

Author SHA1 Message Date
Claudiu Popa
46f51312ce Merge StringMethodChecker with StringFormatChecker.
This fixes a bug where disabling all the messages and enabling only a
handful of messages from the StringFormatChecker would have resulted in no
messages at all.
2016-01-13 16:21:47 +02:00
Claudiu Popa
a1b3c9623a Use the new node names for the visit and leave methods
Also, emit a PendingDeprecationWarning if the old names are still
used, this support being removed in pylint 2.0.
2015-08-26 22:09:27 +03:00
Claudiu Popa
d8d7a23216 Don't fail in the string checker when encountering a bytes string on Python 3 with a .format method called. 2015-04-01 13:47:51 +03:00