Commit Graph

4 Commits

Author SHA1 Message Date
Torsten Marek
06e37c7e99 Tokenize the input source only once and hand it to all checkers that need the token stream.
A lot of checkers need access to the token stream, but they all tokenize the
source code again in BaseRawChecker.process_module. This change introduces
a new checker type ITokenChecker, for which the token stream is created
exactly once in PyLinter, and then injected into all registered checkers.
2013-05-01 13:43:13 +02:00
Sylvain Thénault
ede82d7695 cleanup, d-t-w, fix remaining [en|dis] method call 2010-04-19 11:22:40 +02:00
Sylvain Thénault
3a84afbe3e cleanup, change checker enabling impl 2007-02-13 10:32:18 +01:00
root
4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00