summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify the passing of config to sublinters.Claudiu Popa2014-11-231-19/+17
* Add options to control extension loading in astroid.Torsten Marek2014-11-221-1/+17
* Close the file_stream of the ast node after analysing it.Claudiu Popa2014-11-221-0/+14
* pylint pylintSylvain Th?nault2014-11-191-22/+22
* Remove get_init_args from the Message class and move it as private function i...Claudiu Popa2014-11-171-1/+17
* Add a new CLI option, '--py3k'.Claudiu Popa2014-11-171-0/+12
* Add support for disabling a checker.Claudiu Popa2014-11-161-0/+5
* Add support for using both --jobs and -m switch on Windows and Python 2.Claudiu Popa2014-11-161-1/+13
* Simplify the chaining of stats in _parallel_check.Claudiu Popa2014-11-161-3/+2
* Simplify a little the code for parallel checking.Claudiu Popa2014-11-161-31/+33
* may_be_disabled is not used anymore.Claudiu Popa2014-11-151-1/+0
* Refactor a couple of things in lint.py.Claudiu Popa2014-11-151-24/+16
* Documentation improvementsdocs-improvements-2Michal Nowikowski2014-11-041-1/+1
* Use a defaultdict where it makes sense.Claudiu Popa2014-10-251-4/+5
* 'too-many-lines' disable pragma can be located on any line, not only the first.Claudiu Popa2014-10-231-0/+6
* Don't report clean modules when showing the message percentage by module.Claudiu Popa2014-10-211-0/+3
* Report the percentage of all messages, not just for errors and warnings.Claudiu Popa2014-10-201-2/+0
* Allow linting multiple directories at once.Claudiu Popa2014-10-191-26/+41
* Add new '-j' option for running checks in sub-processes.Claudiu Popa2014-10-151-7/+181
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-9/+10
* Generate html output for missing files. Closes issue #320.cpopa2014-08-251-0/+5
* Cleanup the API, by providing a new report_order method to ReportsHandlerMixI...cpopa2014-08-191-0/+12
* Fix print statement.Torsten Marek2014-08-181-1/+1
* Some work on making pylint work on Python 3 without 2to3.Torsten Marek2014-08-161-12/+13
* Implement confidence levels.Torsten Marek2014-07-241-1/+21
* 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