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

refactored runner.is_exclude and MatchError to use Lintable #2379

Merged
merged 2 commits into from
Sep 1, 2022

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    7d33c9d View commit details
    Browse the repository at this point in the history
  2. refactoring: make MatchError use only lintable

    This refactoring will help us simplify the codebase and enable us
    to make use of some extra data that is specific to each file, like
    implementing per file (lintable) skip lists.
    ssbarnea committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    2fc0920 View commit details
    Browse the repository at this point in the history