summaryrefslogtreecommitdiff
path: root/doc/data
Commit message (Expand)AuthorAgeFilesLines
...
* missing-parentheses-for-call-in-test] Generate imaginative example with GhatGPTPierre Sassoulas2023-02-053-2/+16
* [too-many-statements] Add an example for too-many-statementPierre Sassoulas2023-02-054-2/+56
* [locally-disabled] Generate imaginative example without any fruitPierre Sassoulas2023-02-053-2/+13
* [forgotten-debug-statement] Generate imaginative example without any fruitPierre Sassoulas2023-02-053-2/+20
* Small documentation update for ``using-f-string-in-unsupported-version`` chec...Mark Byrne2023-02-031-1/+1
* [doc using-f-string-in-unsupported-version] Add a good/bad examplePierre Sassoulas2023-02-034-2/+5
* [bad-configuration-section] Only needs details.rstPierre Sassoulas2023-02-032-2/+2
* [parse-error] Remove forgotten good.py with placeholderPierre Sassoulas2023-02-031-1/+0
* Add examples for ``too-complex`` of ``pylint.extensions.mccabe`` (#8144)Tom2023-02-034-2/+87
* [doc] Make sure that doc examples are of a reasonable length (#8135)Pierre Sassoulas2023-01-3014-14/+41
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-282-4/+5
* feat(6489): implement `positional-only-arguments-expected` checker (#8121)yushao22023-01-283-0/+11
* Add `consider-refactoring-into-while-condition` checker (#8021)yushao22023-01-273-0/+14
* Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-253-3/+5
* [doc] Add details and related links for bare/broad-except (#8077)Pierre Sassoulas2023-01-249-10/+19
* [subprocess-run-check] Better rationale and messagePierre Sassoulas2023-01-231-0/+1
* [subprocess-run-check] Fix the good/bad example consistencyPierre Sassoulas2023-01-231-1/+1
* Add new check "pointless-exception-statement" (#7939)James Addison2023-01-072-0/+2
* Normalization of line ending with exclusion of test directories (#8007)Zen Lee2023-01-0214-44/+44
* Add documentation for ternary operation messages (#7970)zenlyj2022-12-217-4/+13
* [no-member doc] Add generated-members documentation (#7949)Pierre Sassoulas2022-12-151-2/+10
* Add documentation for emitted messages (#7936)zenlyj2022-12-1413-8/+31
* Add more docs for messages (#7912)Dani Alcala2022-12-0915-8/+62
* [doc] Upgrade generated doc and create example for redundant-typehint-argumen...Pierre Sassoulas2022-12-053-0/+11
* add test and expl for line-too-long useless-supp FP (#7887)Dani Alcala2022-12-031-0/+3
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-302-0/+6
* [doc] clearer message for 'method-cache-max-size-none' warning (#7861)Pierre Sassoulas2022-11-292-3/+9
* add docs for too many nested blocksclavedeluna2022-11-293-2/+16
* add docs for wrong-exception-opclavedeluna2022-11-293-2/+8
* Add a new check `dict-init-mutate` (#7794)Dani Alcala2022-11-233-0/+6
* Add extension checker for nested min/max (#7550)Osher De Paz2022-11-212-0/+2
* New checker `unbalanced dict unpacking` (#7750)Dani Alcala2022-11-202-0/+8
* Improve `invalid-slice-index` and add `invalid-slice-step` (#7762)Marc Mueller2022-11-142-0/+6
* Add named-expr-without-context check (#7763)Marc Mueller2022-11-142-0/+3
* Add docs for unused / unsupported msgs (#7753)Dani Alcala2022-11-1212-8/+46
* Add documentation for some messages (#7740)Dani Alcala2022-11-0916-10/+61
* [use-implicit-booleaness-not-comparison] Add an example of good and bad codePierre Sassoulas2022-11-093-2/+8
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-093-0/+12
* Add documentation some refactor messages (#7731)Dani Alcala2022-11-0816-10/+51
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-055-4/+12
* [doc] Add examples for wrong-spelling-in-x (#7712)Pierre Sassoulas2022-11-0510-6/+12
* [doc] Document some messages where the code is not the problem (#7713)Pierre Sassoulas2022-11-0511-9/+16
* Upgrade the documentation, fix 'magic-value-comparison' doc (#7711)Pierre Sassoulas2022-11-053-0/+0
* @singledispatch and @singledispatchmethod checks for methods and functions (#...Ramon Saraiva2022-10-316-0/+75
* Add `bad-dunder-name` extension checker (#7642)Dani Alcala2022-10-313-0/+14
* Take 'accept-no-raise-doc' option into account (#7581)Brice Chardin2022-10-281-0/+3
* Add doc example for various messages (#7684)Dani Alcala2022-10-2720-12/+62
* Add docs for non-* and other messages (#7672)Dani Alcala2022-10-2612-8/+39
* Add docs for modified-* messages and a couple others (#7669)Dani Alcala2022-10-2416-10/+53
* Add `magic-number` checker for comparison with literals (#7526)orSolocate2022-10-223-0/+27