Commit Graph

8 Commits

Author SHA1 Message Date
Arun Persaud
f91020d413 Updated FSF address. 2014-02-23 15:02:47 -08:00
Sylvain Thénault
99196f2305 various pylint fixes 2013-12-22 23:41:57 +01:00
Sylvain Thénault
a93f0907fc some pylint and style fixes 2013-07-31 09:05:01 +02:00
Sylvain Thénault
a573441c7c move EmptyReport exception to pylint.utils and refactor imports so pylint.utils stop importing checkers/reporters 2013-06-19 15:16:50 +02:00
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