| Commit message (Expand) | Author | Age | Files | Lines |
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 1 | -59/+61 |
* | [refactor] move handling of file specific state to its own FileState class (m... | Sylvain Th?nault | 2014-07-24 | 1 | -89/+16 |
* | extract a messages store from the MessagesHandlerMixIn class | Sylvain Th?nault | 2014-07-24 | 1 | -9/+16 |
* | import modutils from astroid, it has been backported there | Sylvain Th?nault | 2014-07-23 | 1 | -1/+1 |
* | Remove extra spaces. | Alexandru Coman | 2014-07-11 | 1 | -1/+0 |
* | Checkers respect priority now. Close issue #229. | Alexandru Coman | 2014-07-11 | 1 | -1/+6 |
* | fix explicit check of python script. Closes #219 | Sylvain Th?nault | 2014-04-29 | 1 | -1/+1 |
* | Fix running init-hook provided by configuration file. | Daniel Harding | 2014-04-29 | 1 | -2/+6 |
* | restore init-hook accidentaly renamed in cset 474324137864. Closes #211 | Sylvain Th?nault | 2014-04-25 | 1 | -1/+1 |
* | Use one symbol for warning about deprecated pragmas. | Torsten Marek | 2014-04-17 | 1 | -13/+9 |
* | Remove F0004[unexpected-inferred-value], it's not used anywhere. | Torsten Marek | 2014-04-17 | 1 | -4/+0 |
* | Only use and emit symbolic warnings in the main linter module | Torsten Marek | 2014-04-17 | 1 | -20/+20 |
* | Stop setting active_msgs on checkers, as they can just rely on is_message_ena... | Torsten Marek | 2014-04-16 | 1 | -1/+0 |
* | Do not attempt to analyze non python file, eg .so file. Closes #122 | Sylvain Th?nault | 2014-04-16 | 1 | -3/+3 |
* | Improve pragma handling to not detect pylint:* strings in non-comments. | Torsten Marek | 2014-04-10 | 1 | -5/+3 |
* | Add back the -i and -s options for backwards compat, but have them be ignored. | Torsten Marek | 2014-04-10 | 1 | -1/+11 |
* | Do not crash when disable or enable in the RC file contain invalid message ID... | Torsten Marek | 2014-04-09 | 1 | -1/+2 |
* | recent astroid cset trigger a maybe-no-member message that makes some tests fail | Sylvain Th?nault | 2014-04-02 | 1 | -1/+1 |
* | ensure --init-hooks is evaluated before other options. Closes issue #166 | Sylvain Th?nault | 2014-03-21 | 1 | -7/+9 |
* | enhance option preprocessing error detection and related tests | Sylvain Th?nault | 2014-03-21 | 1 | -7/+12 |
* | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |
* | various pylint fixes | Sylvain Th?nault | 2013-12-22 | 1 | -43/+50 |
* | Merged logilab/pylint into default | Daniel Balparda | 2013-12-04 | 1 | -1/+19 |
|\ |
|
| * | Take first steps to use the symbolic name internally instead of the numeric id. | Torsten Marek | 2013-11-06 | 1 | -1/+1 |
| * | Allow linter subclasses to override should_analyze_file to skip all | Torsten Marek | 2013-11-05 | 1 | -0/+18 |
* | | Adding a new message for pylint (I0022, deprecated-pragma) that warns on the ... | Daniel Balparda | 2013-12-04 | 1 | -4/+7 |
|/ |
|
* | Always call the reporter's on_close method, even if no file could be analyzed... | Daniel Balparda | 2013-11-21 | 1 | -0/+2 |
* | [lint]?rename get_astroid into get_ast | Sylvain Th?nault | 2013-10-25 | 1 | -3/+3 |
* | fix typo in --msg-template description. Closes issue #67 | Sylvain Th?nault | 2013-09-04 | 1 | -1/+1 |
* | some pylint and style fixes | Sylvain Th?nault | 2013-07-31 | 1 | -2/+2 |
* | Templating mecanism for text reporters. | Anthony Truchet | 2013-07-30 | 1 | -14/+10 |
* | update method renamed in astroid | Sylvain Th?nault | 2013-07-24 | 1 | -1/+1 |
* | Turn reporters into proper plugins rather than classes that are loaded explic... | Torsten Marek | 2013-06-19 | 1 | -25/+34 |
* | move EmptyReport exception to pylint.utils and refactor imports so pylint.uti... | Sylvain Th?nault | 2013-06-19 | 1 | -4/+6 |
* | Extend the line length check. | Torsten Marek | 2013-06-17 | 1 | -3/+1 |
* | The tokenize module rejects certain source files that are accepted as | Torsten Marek | 2013-06-17 | 1 | -1/+5 |
* | astng has been renamed astroid | David Douard | 2013-06-17 | 1 | -33/+33 |
* | old-style classes are deprecated: refactor to new style | Nicolas Chauvat | 2013-05-20 | 1 | -1/+1 |
* | since PyLinter._dynamic_plugins is used as a set, make it a set | Nicolas Chauvat | 2013-05-20 | 1 | -2/+2 |
* | add delta to comparison with note from previous execution | Sylvain Th?nault | 2013-05-07 | 1 | -2/+3 |
* | Minor updates for the token checker interface, triggered by the review. | Torsten Marek | 2013-05-03 | 1 | -7/+6 |
* | Tokenize the input source only once and hand it to all checkers that need the... | Torsten Marek | 2013-05-01 | 1 | -11/+17 |
* | closes #1 (bitbucket): fix "dictionary changed size during iteration" crash | Sylvain Th?nault | 2013-04-16 | 1 | -2/+2 |
* | a few pylint fixes and copyright cleanups | Sylvain Th?nault | 2013-03-29 | 1 | -5/+3 |
* | Make sure that pragmas that apply to whole lines are interpreted literally, s... | Torsten Marek | 2013-03-29 | 1 | -6/+12 |
* | Two small fixes for suppression warnings I00{2,1}: | tmarek | 2013-02-20 | 1 | -3/+5 |
* | backport stable | Sylvain Th?nault | 2012-11-12 | 1 | -10/+70 |
|\ |
|
| * | Add hooks for import path setup and move pylint's sys.path | tmarek | 2012-11-07 | 1 | -5/+13 |
| * | Add messages I0020 and I0021 for reporting of suppressed messages and useless... | tmarek | 2012-11-12 | 1 | -0/+32 |
| * | Change the regular expression for inline options so that a preceeding # is no... | tmarek | 2012-11-07 | 1 | -1/+1 |