summaryrefslogtreecommitdiff
path: root/pylint/lint.py
Commit message (Expand)AuthorAgeFilesLines
* Make pylint work with new astroid exceptions, AstroidImportError and AstroidS...Claudiu Popa2015-12-061-7/+5
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-2/+2
* Use a generator comprehension instead of creating a list.Claudiu Popa2015-10-261-1/+1
* Cleanup _parallel_task by moving the creation of the config into its own func...Claudiu Popa2015-10-261-3/+7
* Remove trailing whitespace.Claudiu Popa2015-10-201-1/+1
* Obsolete options are not present by default in the generated configuration file.Claudiu Popa2015-10-201-1/+3
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-7/+7
* Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-021-15/+2
* Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-011-9/+8
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-201-7/+1
* Remove ignored-builtin-module since it's not useful.Claudiu Popa2015-08-201-4/+0
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-181-7/+7
* Get rid of logilab.common.interface.Florian Bruhin2015-07-261-4/+3
* Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-261-9/+7
* Get rid of astroid.common.__version__.Florian Bruhin2015-07-251-3/+2
* Stop using logilab.common.__pkginfo__Julien Cristau2015-06-301-1/+1
* Fix some pylint warnings over pylint's codebase.Claudiu Popa2015-05-161-11/+13
* Fix other pylint warnings over pylint's codebase.Claudiu Popa2015-05-081-2/+2
* Fix a couple of other pylint warnings over pylint codebase.Claudiu Popa2015-05-071-13/+13
* Remove unused variables.Claudiu Popa2015-05-071-1/+1
* Fix the wrong hanging indentation.Claudiu Popa2015-05-051-2/+1
* Make ignore-iface-methods a noop option, mark it as deprecated.Claudiu Popa2015-05-051-10/+3
* The lineno attribute of a SyntaxError can be None when the problem isn't rela...Claudiu Popa2015-04-011-1/+1
* Remove "pointless-except" checkerSteven Myint2015-03-301-1/+0
* MergeSimu Toni2015-03-281-2/+7
|\
| * Remove trailing whitespace.Claudiu Popa2015-03-281-1/+1
| * Improve the message report for --jobs. Closes issue #501.Claudiu Popa2015-03-281-2/+7
* | issue-422 solved some pylint warnings when running pylint on pylint code baseSimu Toni2015-03-281-18/+18
|/
* Improve the performance of --jobs when dealing only with a package name.Claudiu Popa2015-03-241-8/+8
* --jobs can be used with --load-plugins now. Closes issue #456.Claudiu Popa2015-03-241-1/+4
* Handle the case where SyntaxError is reraised as AstroidBuildingException.Claudiu Popa2015-03-181-3/+7
* Added a new option for controlling the peephole optimizer in astroid.Claudiu Popa2015-03-141-0/+14
* Document what include-ids and --symbols did in the past and point to msg-temp...Claudiu Popa2015-03-121-4/+9
* Merged in mibalint/pylint (pull request #234)Claudiu Popa2015-03-061-0/+18
|\
| * Make the --py3k flag commutative with the -E flag.Claudiu Popa2015-02-281-0/+18
* | remove more checks from disabled list, fix code to pass these: C0303,C0304,C0...Mihai Balint2015-02-281-1/+0
* | start removing checks from disabled list, fix code to make sure these pass: C...Mihai Balint2015-02-281-4/+8
|/
* Support for combining the Python 3 checker mode with the --jobs flag.Claudiu Popa2015-02-241-2/+18
* Move the patching of sys.modules in a context manager.Claudiu Popa2015-02-241-12/+21
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+1332