pylint-dev / pylint

It's not just a linter that annoys you!
https://pylint.readthedocs.io/en/latest/
GNU General Public License v2.0
5.32k stars 1.14k forks source link

[too-many-positional-arguments doc] Add the main option to use, real example #9957

Closed Pierre-Sassoulas closed 1 month ago

Pierre-Sassoulas commented 1 month ago

Type of Changes

Type
:scroll: Docs

Description

Permits to see the option you have to change when reading the doc (probably the next frontier in our doc, is documenting the option that affect each message). Also made the example more concrete, added the effect on the API, and removed the class construct.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.80%. Comparing base (30ae33f) to head (01c559b). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pylint-dev/pylint/pull/9957/graphs/tree.svg?width=650&height=150&src=pr&token=ZETEzayrfk&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev)](https://app.codecov.io/gh/pylint-dev/pylint/pull/9957?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) ```diff @@ Coverage Diff @@ ## main #9957 +/- ## ======================================= Coverage 95.80% 95.80% ======================================= Files 174 174 Lines 18940 18940 ======================================= Hits 18146 18146 Misses 794 794 ```