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

Refactor no-loop-var-prefix rule #2470

Merged
merged 3 commits into from Sep 23, 2022
Merged

Commits on Sep 23, 2022

  1. docs lint rule no-loop-var

    oraNod authored and ssbarnea committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    69bf9f6 View commit details
    Browse the repository at this point in the history
  2. chore: auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and ssbarnea committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c306264 View commit details
    Browse the repository at this point in the history
  3. Refactor no-loop-var-prefix

    - rename rule to loop-var-prefix and keep alias for old name
    - make rule produce more detailed messages
    - add documentation to the rule
    ssbarnea committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ddb4f9a View commit details
    Browse the repository at this point in the history