summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * add support for --disable=all option (closes: #105327)Alexandre Fayolle2012-10-031-4/+24
* | Fix some typos and grammatical errors in the help textDavid Pursehouse2012-10-251-4/+4
|/
* explicit trailing whitespace, avoid temptation to drop those (thx Martin)Sylvain Th?nault2012-10-051-26/+26
* don't want to run a checker only because of a Fatal errorSylvain Th?nault2012-09-201-1/+2
* minor tweaks to previous changeset (custom reporter). Closes #105337Sylvain Th?nault2012-09-201-4/+5
* Added the ability to specify reporter class name as report's 'output-format'.Kevin Jing Qiu2012-09-201-3/+10
* lint fixesSylvain Th?nault2012-09-191-7/+7
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-1/+20
* use .iter* version of dict methods when possibleSylvain Th?nault2012-09-191-7/+7
* Call reporter.set_output before reporter.on_set_current_module in order to ea...FELD Boris2012-07-171-3/+3
* use lgc.compat to access builtins for cross-interpreters compatSylvain Th?nault2012-07-241-4/+3
* fix indentationSylvain Th?nault2012-07-131-4/+4
* Make pythonpath behaviour closer to python's (closes #88218)JT Olds2012-05-151-1/+16
* Add 'on_close' event trigerring and event callback for reporters.FELD Boris2012-05-031-0/+1
* Refactoring reporting.Sylvain Th?nault2012-05-031-12/+18
* Add 'on_set_current_module' event trigerring and event callback for reporters.FELD Boris2012-03-091-0/+1