summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Emit `used-before-assignment` in final or except blocks where try statements...Jacob Walls2021-12-131-0/+5
* Fix incorrect classification of property docstrings in Numpy-style (#5498)Daniël van Noord2021-12-121-0/+7
* Fix #5504: Fix crash if the output of items() is assigned to a 1-tuple (#5505)Jacob Walls2021-12-121-0/+5
* Fix #4761: Emit `used-before-assignment` where single assignment only made in...Jacob Walls2021-12-111-0/+7
* Add typing to ``PyLinter.reporter`` (#5325)Daniël van Noord2021-12-031-0/+3
* fix(4716): fix false positive `unnecessary_dict_index_lookup` emitted when `d...yushao22021-12-031-0/+9
* Add mermaidjs as format output for pyreverse (#5272)Antonio Quarta2021-12-032-1/+3
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-032-5/+5
* Add endLine and endColumn keys to JSONReporter (#5456)Marc Mueller2021-12-031-0/+4
* Update outdated class name in "How to Write a Checker" test example (#5449)Philipp Albrecht2021-12-031-1/+1
* Merge pull request #5331 from yushao2/fix--false-negative-5323yushao22021-11-301-0/+5
|\
| * chore(*): moved changelog entry from 2.12 to 2.13Yu Shao, Pang2021-11-292-5/+5
| * Apply suggestions from code reviewyushao22021-11-291-1/+2
| * fix(consider-interating-dictionary): fix false negativesYu Shao2021-11-291-0/+4
* | Bump sphinx from 4.3.0 to 4.3.1 (#5431)dependabot[bot]2021-11-291-1/+1
* | Update ``primer`` tests to own file, separate batches and concurrent runs (#5...Daniël van Noord2021-11-291-1/+8
|/
* Update documentation of ``max_pyver`` test option (#5411)Daniël van Noord2021-11-281-1/+1
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-252-1/+5
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-253-15/+51
* Add documentation for primer and convert to command line option (#5387)Daniël van Noord2021-11-251-1/+20
* Add ``min_pyver_end_position`` option (#5386)Daniël van Noord2021-11-252-0/+12
* Update functional test expected output (#5349)Daniël van Noord2021-11-241-0/+9
* Fix checking of ``confidence`` in the unittests (#5376)Daniël van Noord2021-11-241-0/+6
* Update reporters to (allow) use of ``end_line`` and ``end_column`` (#5372)Daniël van Noord2021-11-242-0/+12
* Primer tests "à la mypy" (#5173)Pierre Sassoulas2021-11-241-1/+6
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-232-1/+8
* Update documentation on writing tests for ``pylint`` (#5366)Daniël van Noord2021-11-223-74/+141
* [doc] Add basic documentation for toml configuration filesPierre Sassoulas2021-11-221-0/+3
* Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332)Daniël van Noord2021-11-201-0/+4
* Update documentation for command-line output options and custom reporters (#5...Arianna Y2021-11-191-8/+39
* Add ``enable-all-extensions`` option (#5315)Daniël van Noord2021-11-151-0/+3
* Bump sphinx from 4.2.0 to 4.3.0 (#5309)dependabot[bot]2021-11-151-1/+1
* Fix crash for ``protected-access`` on (outer)-class traversal (#5305)Daniël van Noord2021-11-151-0/+2
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-0/+6
* Add a whatsnew entry for python <3.6.2 incompatibility (#5297)Pierre Sassoulas2021-11-131-0/+9
* Clarify syntax in pylint.lint example (#5260)Felix von Drigalski2021-11-131-1/+1
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-131-0/+11
* Fix ``accept-no-yields/return-doc`` for partially correct docstringsDaniël van Noord2021-11-131-0/+5
* Make y/n validator case insensitive (#5294)Tushar Sadhwani2021-11-121-0/+2
* Add tests for crash on assignment expressions in if statemenpyttsDaniël van Noord2021-11-121-0/+4
* Add documentation on adding ``pylint`` to ``pre-commit`` (#5292)Daniël van Noord2021-11-123-0/+48
* Add checker `using-final-decorator-in-unsupported-version` (#5165)Mark Byrne2021-11-091-0/+3
* Make ``self-cls-assignment`` check tuple assignment (#5268)Daniël van Noord2021-11-071-0/+2
* Fix crash on checking private members on ``__class__``Daniël van Noord2021-11-051-0/+4
* Add script to generate new message category id (#5248)Daniël van Noord2021-11-041-0/+3
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-031-0/+4
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-031-0/+5
* add changelog and contributor entryAntonio Quarta2021-10-311-0/+2
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-311-0/+4
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-311-0/+5