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 double-star globs #330

Merged
merged 3 commits into from
Apr 5, 2024
Merged

Add support for double-star globs #330

merged 3 commits into from
Apr 5, 2024

Commits on Apr 5, 2024

  1. Add support for double-star globs

    It's really quite reasonable to want this to work -- you want to say to
    look for queries in `pkg/**/*.graphql`, or `**/queries/*.graphql`, or
    whatever. Now it does. I picked `doublestar` because it seemed a
    reasonable combination of popular and well-documented.
    benjaminjkraft committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    24232f8 View commit details
    Browse the repository at this point in the history
  2. changelog

    benjaminjkraft committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8338e1d View commit details
    Browse the repository at this point in the history
  3. depguard

    benjaminjkraft committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b4ab11a View commit details
    Browse the repository at this point in the history