summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix the "Multiple naming styles for custom regular expressions" section markerWieland Hoffmann2018-08-151-1/+1
* Add a requirements file for readthedocsClaudiu Popa2018-06-061-0/+1
* Show 1.9 in the documentationClaudiu Popa2018-05-161-0/+1
* Updated release documentationpylint-1.9Ashley Whetter2018-05-151-7/+5
* Prepare 1.9.0Ashley Whetter2018-05-151-1/+1
* Added two new Python 3 porting checks, `exception-escape` and `comprehension-...Claudiu Popa2018-05-121-2/+18
* Emit a warning when sys.exc_clear is accessedClaudiu Popa2018-05-111-0/+5
* The Python 3 porting checker can run with Python 3 as wellClaudiu Popa2018-05-101-0/+1
* Relaxed docstring checks for abstract methodsAshley Whetter2018-05-091-0/+4
* Enum classes no longer trigger too-few-methodsAshley Whetter2018-05-091-0/+6
* Move the changelog entry in 1.9 section and add a new entry in what's newClaudiu Popa2018-05-081-0/+8
* Rip invalid-raise-syntax, we already have old-raise-syntaxClaudiu Popa2018-04-181-7/+0
* defaultdict and subclasses of dict are now handled for dict-iter-* checksClaudiu Popa2018-04-181-0/+11
* Rip lambda paremeter unpacking, we already have parameter-unpackingClaudiu Popa2018-04-181-8/+0
* Added a new Python 2/3 check for invalid raise syntax.Claudiu Popa2018-04-171-0/+14
* Added a new Python 2/3 check for invalid lambda parameter list, `lambda-param...Claudiu Popa2018-04-171-0/+8
* Add 1.9 release notesClaudiu Popa2018-04-121-0/+35
* Check if node is in list comprehension in function defaultsBryce Guinta2018-03-031-0/+3
* Fix false positive undefined-variable for lambda arguments in classesBryce Guinta2018-03-021-0/+3
* Backport of PR#1855hippo912018-01-281-0/+4
* Add of Changelog and whatsnew entrieshippo912018-01-231-0/+3
* Add of Changelog and whatsnew entries.hippo912018-01-071-0/+3
* Add of ChangeLog and whatsnew entrieshippo912018-01-041-0/+3
* Backport of PR #1806hippo912018-01-041-0/+2
* Backport of PR #1775hippo912017-12-281-0/+3
* Remove *everything* when cleaningClaudiu Popa2017-12-151-1/+1
* Add copyrite aliases and mention it in the release filepylint-1.8.0Claudiu Popa2017-12-151-1/+4
* Prepare 1.8Claudiu Popa2017-12-152-3/+3
* Pylint doesn't take anymore the default rcfile if the rcfile specified on the...hippo912017-12-151-0/+3
* Fixes ``pylint disable=fixme` directives ignored for comments following the l...hippo912017-12-111-0/+3
* Add of ChangeLog and whatsnew entrieshippo912017-12-111-0/+4
* Drop support for EOL Python 3.3Hugo2017-12-111-1/+1
* Make the documentation build reproducibly. (#1761)Chris Lamb2017-12-111-0/+1
* Separate the handling of third party and first party importshippo912017-11-131-2/+6
* Add ChangeLog entry for recent changeClaudiu Popa2017-11-111-0/+3
* Add ChangeLog entry for the new py3k changeClaudiu Popa2017-11-111-1/+3
* New warning: shallow copy of os.environ (#1733)Martin2017-11-111-0/+23
* Add What's New entry for the no-absolute-import checkClaudiu Popa2017-11-111-0/+2
* Add a couple of notes about What's New and Contributors fileClaudiu Popa2017-11-021-1/+5
* Fixing ``useless-else-on-loop`` false-positive when break statements are deep...hippo912017-10-121-0/+3
* Document score section and option in output.rstMichael Giuffrida2017-10-121-1/+9
* Add documentation link to location of transform pluginsBryce Guinta2017-10-121-0/+3
* Fix documentation reference to write_a_checkerBryce Guinta2017-10-121-1/+1
* Explain how to make a plugin findable by pylintBryce Guinta2017-10-121-0/+8
* Explain what '#@' does since the astroid docs do not have any info about astr...Bryce Guinta2017-10-121-0/+2
* Fix rst warning about missing indent after commentBryce Guinta2017-10-121-0/+1
* Function redefinitions take in account dummy-variables-rgxhippo912017-09-301-0/+3
* useless-super-delegation takes into account default values for the current im...hippo912017-09-301-0/+3
* Improve the release docs with cleaning of pyc files and using twine instead o...Claudiu Popa2017-09-301-4/+5
* Do not emit keyword as unicode string in superfluous-parens message Krzysztof Czapla2017-09-271-0/+2