summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | Documentation: Order of messagesStavros Ntentos2023-02-221-2/+2
* | Add documentation for 'too-many-lines' (#8323)Ollie2023-02-217-2/+39
* | Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-0/+3
* | [doc] Add an example for 'duplicate-code'Pierre Sassoulas2023-02-207-2/+66
* | Allow testing of a directory of documentation examplesDaniel van Noord2023-02-201-19/+41
* | Add support for more than one code file in the documentation examplesDaniel van Noord2023-02-201-52/+85
* | [doc] Add an example for 'too-many-locals' (#8306)Pierre Sassoulas2023-02-174-2/+76
* | [doc] 'file-ignored' and 'import-private-name' (#8304)Ollie2023-02-167-4/+22
* | [doc] 'truncated-format-string' and 'logging-unsupported-format' (#8295)Ollie2023-02-156-4/+12
* | [doc] missing-any-param-doc, missing-kwon, subprocess-popen-preexec-fn, typev...Ollie2023-02-1413-8/+40
* | Fix invalid type false positive (#8206)Nick Drozd2023-02-141-0/+3
* | Add documentation for adding Pylint configuration to ``tox.ini``. (#8294)Mark Byrne2023-02-141-0/+2
* | [doc] deprecated-... class, decorator, method, pragma and typing-alias (#8284)Ollie2023-02-1419-11/+43
* | Merge maintenance 2.16.x in main (#8283)Pierre Sassoulas2023-02-131-0/+54
|\ \
| * \ Merge branch 'maintenance/2.16.x' following 2.16.2 releasePierre Sassoulas2023-02-131-0/+54
| |\ \ | | |/
| | * Bump pylint to 2.16.2, update changelog (#8276)v2.16.2Pierre Sassoulas2023-02-138-25/+54
| | * Fix FP for used-before-assignment with assignment expressions in containers (...github-actions[bot]2023-02-111-0/+4
| | * Add ``--version`` option to pyreverse (#8257) (#8258)github-actions[bot]2023-02-101-0/+3
| | * Fix `used-before-assignment` false positive for walrus operator in dictionary...github-actions[bot]2023-02-101-0/+4
| | * Fix `nested-min-max` output msg for sequences (#8234) (#8245)github-actions[bot]2023-02-081-0/+3
| | * Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...github-actions[bot]2023-02-081-0/+4
| | * Fix crash when an attribute node was used inside an unary op (#8209) (#8225)github-actions[bot]2023-02-071-0/+3
| | * Fix no-name-in-module when variable is same as module name (#8169) (#8226)github-actions[bot]2023-02-071-0/+4
* | | [doc] Do not use real code for 'self-import' (#8286)Pierre Sassoulas2023-02-133-7/+12
|/ /
* | [doc] consider ...-alternative-union-syntax, -alias and namedtuple-or-datacla...Ollie2023-02-1312-6/+50
* | Fix ``duplicate-string-formatting-argument`` comment mistakenly left in good....Ollie2023-02-131-1/+0
* | Add documentation for duplicate-string-formatting-argument and bidirectional-...Ollie2023-02-126-4/+43
* | Doc for 'unexpected-line-ending-format' (#8255)Robert Hofer2023-02-125-2/+9
* | [typing] Use __future__ annotations where possible (#8264)Pierre Sassoulas2023-02-122-14/+18
* | Fix FP for used-before-assignment with assignment expressions in containers (...Jacob Walls2023-02-111-0/+4
* | Add ``--version`` option to pyreverse (#8257)Andreas Finkler2023-02-101-0/+3
* | Fix `used-before-assignment` false positive for walrus operator in dictionary...Zen Lee2023-02-101-0/+4
* | Add example for deprecated-module (#8247)Ollie2023-02-094-2/+8
* | Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-091-0/+3
* | Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-093-0/+17
* | doc for boolean-datetimeRobert Hofer2023-02-085-2/+20
* | doc for unsupported-binary-operationRobert Hofer2023-02-084-2/+6
* | Fix `nested-min-max` output msg for sequences (#8234)Dani Alcala2023-02-081-0/+3
* | Add import-based submodule detection for preferred-modules (#8186)Dave Bunten2023-02-082-1/+4
* | Adding documentation for invalid-character-sub and invalid-character-zero-wid...Ollie2023-02-086-4/+4
* | Add documentation for invalid-character-backspace and invalid-character-esc (...Ollie2023-02-086-4/+4
* | Add doc for inline message suppression (#8239)Robert Hofer2023-02-086-4/+23
* | add doc for message use-sequence-for-iteration (#8233)Robert Hofer2023-02-083-2/+12
* | Don't use deprecated attribute in example test (#8231)jessebrennan2023-02-081-1/+1
* | Add missing import to example test (#8228)jessebrennan2023-02-071-0/+1
* | Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-071-0/+4
* | Add docs for 'inconsistent-quotes' (#8222)Ollie2023-02-074-2/+8
* | Fix no-name-in-module when variable is same as module name (#8169)Dani Alcala2023-02-071-0/+4
* | Fix crash when an attribute node was used inside an unary op (#8209)Pierre Sassoulas2023-02-071-0/+3
* | [too-many-public-methods] Add an example for the message (#8214)Pierre Sassoulas2023-02-075-2/+89