Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pydoclint] Add docstring-missing-parameter and docstring-extraneous-parameter (DOC101, DOC102) #13280

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Aug 5, 2024

  1. create violations

    augustelalande committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2140312 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    4d6510c View commit details
    Browse the repository at this point in the history
  2. more work

    augustelalande committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7316554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    928c0c7 View commit details
    Browse the repository at this point in the history
  4. finish implementation

    augustelalande committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    62d447f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. clippy and doc

    augustelalande committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d45967f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    04a91fe View commit details
    Browse the repository at this point in the history
  2. simplify fix message

    augustelalande committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7c60ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc0065 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    352c815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c8cc99 View commit details
    Browse the repository at this point in the history
  6. use dummy_variable_rgx

    augustelalande committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    65b9b5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    993deb8 View commit details
    Browse the repository at this point in the history
  8. Nit

    Co-authored-by: Micha Reiser <micha@reiser.io>
    augustelalande and MichaReiser committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4d47b2d View commit details
    Browse the repository at this point in the history
  9. Nit

    augustelalande committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    55aa072 View commit details
    Browse the repository at this point in the history
  10. Nit

    augustelalande committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    888bcac View commit details
    Browse the repository at this point in the history
  11. fix

    augustelalande committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f0f6ef1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03a1182 View commit details
    Browse the repository at this point in the history
  13. seperate PR

    augustelalande committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    76c1e5f View commit details
    Browse the repository at this point in the history