summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Expand)AuthorAgeFilesLines
* linting pylintSylvain Th?nault2014-07-251-59/+61
* [refactor] move handling of file specific state to its own FileState class (m...Sylvain Th?nault2014-07-241-89/+16
* extract a messages store from the MessagesHandlerMixIn classSylvain Th?nault2014-07-241-9/+16
* import modutils from astroid, it has been backported thereSylvain Th?nault2014-07-231-1/+1
* Remove extra spaces.Alexandru Coman2014-07-111-1/+0
* Checkers respect priority now. Close issue #229.Alexandru Coman2014-07-111-1/+6
* fix explicit check of python script. Closes #219Sylvain Th?nault2014-04-291-1/+1
* Fix running init-hook provided by configuration file.Daniel Harding2014-04-291-2/+6
* restore init-hook accidentaly renamed in cset 474324137864. Closes #211Sylvain Th?nault2014-04-251-1/+1
* Use one symbol for warning about deprecated pragmas.Torsten Marek2014-04-171-13/+9
* Remove F0004[unexpected-inferred-value], it's not used anywhere.Torsten Marek2014-04-171-4/+0
* Only use and emit symbolic warnings in the main linter moduleTorsten Marek2014-04-171-20/+20
* Stop setting active_msgs on checkers, as they can just rely on is_message_ena...Torsten Marek2014-04-161-1/+0
* Do not attempt to analyze non python file, eg .so file. Closes #122Sylvain Th?nault2014-04-161-3/+3
* Improve pragma handling to not detect pylint:* strings in non-comments.Torsten Marek2014-04-101-5/+3
* Add back the -i and -s options for backwards compat, but have them be ignored.Torsten Marek2014-04-101-1/+11
* Do not crash when disable or enable in the RC file contain invalid message ID...Torsten Marek2014-04-091-1/+2
* recent astroid cset trigger a maybe-no-member message that makes some tests failSylvain Th?nault2014-04-021-1/+1
* ensure --init-hooks is evaluated before other options. Closes issue #166Sylvain Th?nault2014-03-211-7/+9
* enhance option preprocessing error detection and related testsSylvain Th?nault2014-03-211-7/+12
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* various pylint fixesSylvain Th?nault2013-12-221-43/+50
* Merged logilab/pylint into defaultDaniel Balparda2013-12-041-1/+19
|\
| * Take first steps to use the symbolic name internally instead of the numeric id.Torsten Marek2013-11-061-1/+1
| * Allow linter subclasses to override should_analyze_file to skip allTorsten Marek2013-11-051-0/+18
* | Adding a new message for pylint (I0022, deprecated-pragma) that warns on the ...Daniel Balparda2013-12-041-4/+7
|/
* Always call the reporter's on_close method, even if no file could be analyzed...Daniel Balparda2013-11-211-0/+2
* [lint]?rename get_astroid into get_astSylvain Th?nault2013-10-251-3/+3
* fix typo in --msg-template description. Closes issue #67Sylvain Th?nault2013-09-041-1/+1
* some pylint and style fixesSylvain Th?nault2013-07-311-2/+2
* Templating mecanism for text reporters.Anthony Truchet2013-07-301-14/+10
* update method renamed in astroidSylvain Th?nault2013-07-241-1/+1
* Turn reporters into proper plugins rather than classes that are loaded explic...Torsten Marek2013-06-191-25/+34
* move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...Sylvain Th?nault2013-06-191-4/+6
* Extend the line length check.Torsten Marek2013-06-171-3/+1
* The tokenize module rejects certain source files that are accepted asTorsten Marek2013-06-171-1/+5
* astng has been renamed astroidDavid Douard2013-06-171-33/+33
* old-style classes are deprecated: refactor to new styleNicolas Chauvat2013-05-201-1/+1
* since PyLinter._dynamic_plugins is used as a set, make it a setNicolas Chauvat2013-05-201-2/+2
* add delta to comparison with note from previous executionSylvain Th?nault2013-05-071-2/+3
* Minor updates for the token checker interface, triggered by the review.Torsten Marek2013-05-031-7/+6
* Tokenize the input source only once and hand it to all checkers that need the...Torsten Marek2013-05-011-11/+17
* closes #1 (bitbucket): fix "dictionary changed size during iteration" crashSylvain Th?nault2013-04-161-2/+2
* a few pylint fixes and copyright cleanupsSylvain Th?nault2013-03-291-5/+3
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-291-6/+12
* Two small fixes for suppression warnings I00{2,1}:tmarek2013-02-201-3/+5
* backport stableSylvain Th?nault2012-11-121-10/+70
|\
| * Add hooks for import path setup and move pylint's sys.pathtmarek2012-11-071-5/+13
| * Add messages I0020 and I0021 for reporting of suppressed messages and useless...tmarek2012-11-121-0/+32
| * Change the regular expression for inline options so that a preceeding # is no...tmarek2012-11-071-1/+1