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

Add support for wildcards in ignore #644

Merged
merged 7 commits into from
Aug 5, 2024

Commits on Aug 2, 2024

  1. Add failing tests for build and check that lack of wildcard support

    I.e., these are what we want to fix
    eigenbrot committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0aa818b View commit details
    Browse the repository at this point in the history
  2. Use fnmatch to allow for pattern matching in "ignore" config option

    This still captures exact matches (i.e., the previous behavior)
    eigenbrot committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    80452be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6867fdd View commit details
    Browse the repository at this point in the history
  4. Add changelog fragment

    eigenbrot committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    065de27 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

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

Commits on Aug 5, 2024

  1. Simplify wildcard tests cases to only cover a single file

    We can trust that `fnmatch` works the way it's supposed to.
    eigenbrot committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    90b665e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd3b42 View commit details
    Browse the repository at this point in the history