Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc] Apply black on the documentation where it makes sense (#8650) | Pierre Sassoulas | 2023-05-02 | 6 | -19/+26 |
| | | | Co-authored-by: Daniel van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Add documentation for 'too-many-lines' (#8323) | Ollie | 2023-02-21 | 7 | -2/+39 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [doc] Add an example for 'too-many-locals' (#8306) | Pierre Sassoulas | 2023-02-17 | 4 | -2/+76 |
| | |||||
* | [doc] 'truncated-format-string' and 'logging-unsupported-format' (#8295) | Ollie | 2023-02-15 | 3 | -2/+6 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [doc] missing-any-param-doc, missing-kwon, subprocess-popen-preexec-fn, ↵ | Ollie | 2023-02-14 | 3 | -2/+6 |
| | | | | | | typevar-name-incorrect-variance (#8288) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [too-many-public-methods] Add an example for the message (#8214) | Pierre Sassoulas | 2023-02-07 | 5 | -2/+89 |
| | | | | | Refs #5953 Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> | ||||
* | [too-many-statements] Add an example for too-many-statement | Pierre Sassoulas | 2023-02-05 | 4 | -2/+56 |
| | | | | Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> | ||||
* | Add examples for ``too-complex`` of ``pylint.extensions.mccabe`` (#8144) | Tom | 2023-02-03 | 4 | -2/+87 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [doc] Make sure that doc examples are of a reasonable length (#8135) | Pierre Sassoulas | 2023-01-30 | 2 | -2/+4 |
| | | | | And upgrade existing unreasonable length. Reading ease is drastically reduced on read the doc after 103 chars (Because of horizontal scrolling) | ||||
* | add docs for too many nested blocks | clavedeluna | 2022-11-29 | 3 | -2/+16 |
| | |||||
* | Add documentation for some messages (#7740) | Dani Alcala | 2022-11-09 | 7 | -4/+36 |
| | | | | | | | | | | | * add docs for too many function args * add docs for too-many-try-statements * add docs for unnecessary-dict-ind - lookup * add docs for unrecognized inline opt * add docs for unsubscriptable-object | ||||
* | Add documentation examples for `too-many-return-statements` (#7070) | Julthep Nandakwang | 2022-07-07 | 3 | -2/+29 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Add documentation examples for `too-many-instance-attributes` (#7069) | Julthep Nandakwang | 2022-07-07 | 3 | -2/+33 |
| | | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Add documentation examples for `too-many-ancestors` (#7067) | Julthep Nandakwang | 2022-06-27 | 3 | -2/+57 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Update good.py (#7073) | Julthep Nandakwang | 2022-06-26 | 1 | -1/+1 |
| | |||||
* | Add documentation examples for `too-many-boolean-expressions` (#7068) | Julthep Nandakwang | 2022-06-26 | 3 | -2/+7 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add documentation examples for `too-many-star-expressions` (#7071) | Julthep Nandakwang | 2022-06-26 | 3 | -2/+2 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add documentation examples for `too-few-public-methods` (#7066) | Julthep Nandakwang | 2022-06-26 | 3 | -2/+35 |
| | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
* | Add `too-many-branches` example (#6919) | Harutaka Kawamura | 2022-06-12 | 4 | -2/+38 |
| | |||||
* | Add `empty-comment` example (#6912) | Harutaka Kawamura | 2022-06-11 | 1 | -1/+1 |
| | | | * Fix trailing-newlines example | ||||
* | [doc] Add `trailing-newlines` example (#6839) | Harutaka Kawamura | 2022-06-05 | 3 | -2/+4 |
| | | | Use literalinclude for including python file in examples. | ||||
* | [doc] Add `trailing-whitespace` example (#6836) | Harutaka Kawamura | 2022-06-05 | 3 | -2/+3 |
| | | | | | Co-authored-by: Harutaka Kawamura <hkawamura0130@gmail.com> Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Added documentation examples for `trailing-comma-tuple`. (#6716) | Mark Byrne | 2022-05-27 | 3 | -2/+2 |
| | |||||
* | Generate the data message directories with an advert for potential ↵ | Pierre Sassoulas | 2022-05-26 | 40 | -0/+40 |
| | | | | contributors (#6702) | ||||
* | Added try-except-raise message example (#6540) | Matus Valo | 2022-05-09 | 3 | -0/+30 |
| | | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | ||||
* | Assert that links in related.rst are a list | Daniël van Noord | 2022-04-07 | 2 | -2/+2 |
| | |||||
* | New check: TypeVar name mismatch (#6168) | Joe Young | 2022-04-04 | 2 | -0/+6 |
| | | | | | | | * TypeVar name mismatch check * Fix double hashes in changelogs Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | New check C0106: typevar-double-invariance (#6015) | Joe Young | 2022-04-04 | 2 | -0/+7 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add example for `too-many-format-args` and `too-few-format-args` (#6114) | Gunung P. Wibisono | 2022-04-02 | 6 | -0/+6 |
| | |||||
* | Add documentation for messages with arguments in their name (#5962) | Daniël van Noord | 2022-04-01 | 2 | -0/+34 |
Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> |