summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_lint.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash which occurred when old visit methods are encounteredClaudiu Popa2015-11-301-1/+18
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-201-9/+0
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-201-9/+9
* Get rid of logilab.common.compat.Florian Bruhin2015-07-261-4/+3
* Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-261-8/+1
* Use a context manager for fake home directories.home-fixFlorian Bruhin2015-07-251-37/+27
* Fix tests when $HOME is unset in the environment.Florian Bruhin2015-07-251-6/+15
* Remove a couple of faulty testsClaudiu Popa2015-07-021-10/+0
* Rename F0401 (import-error) to E0401 as it is not a fatal pylint errorrename-F0401-to-E0401Noam Yorav-Raphael2015-06-291-3/+2
* Add ChangeLog entry, new test and documentation for searching .pylintrc in th...Claudiu Popa2015-06-011-1/+3
* Add logic for retrieving the HOME for Jython.Claudiu Popa2015-04-181-3/+9
* Remove the star-args error.Claudiu Popa2015-03-111-8/+6
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+697