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

feat: support // scopelint: disable-* directive to ignore regions #35

Merged
merged 13 commits into from
Sep 13, 2023

Commits on Sep 6, 2023

  1. feat: initial disable support

    mds1 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    80f7ac3 View commit details
    Browse the repository at this point in the history
  2. refactor: better API for passing around parsed data, disable checks a…

    …re now done within each validator
    mds1 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a51a466 View commit details
    Browse the repository at this point in the history
  3. test: additional tests

    mds1 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    22e2690 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    69f5a14 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. doc: fix reference

    mds1 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e488976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7fa34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0002ec3 View commit details
    Browse the repository at this point in the history
  4. chore: remove _template.rs

    easier to just create new lints based on existing files, rather than maintain the template
    mds1 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    acb5e77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76529a7 View commit details
    Browse the repository at this point in the history
  6. chore: typo

    mds1 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    20647d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ed07f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c62464 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2dcc7ad View commit details
    Browse the repository at this point in the history