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

Allow excluding multiple files using globs #66

Closed
tfausak opened this issue Apr 25, 2024 · 1 comment · Fixed by #84
Closed

Allow excluding multiple files using globs #66

tfausak opened this issue Apr 25, 2024 · 1 comment · Fixed by #84
Labels
enhancement New feature or request

Comments

@tfausak
Copy link
Owner

tfausak commented Apr 25, 2024

Follows on from #59.

Currently the --exclude option only supports excluding individual files. It would be nice to support excluding multiple files using globs. Perhaps the filepattern library could be used for this. As an example, it would be great to support this:

-- cabal-gild: discover src --exclude=src/**/Internal.hs
@tfausak tfausak added the enhancement New feature or request label Apr 25, 2024
This was referenced Apr 25, 2024
@tfausak
Copy link
Owner Author

tfausak commented Apr 25, 2024

See also #64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant