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

fix: support escape for glob #817

Merged
merged 11 commits into from Apr 29, 2024
Merged

fix: support escape for glob #817

merged 11 commits into from Apr 29, 2024

Conversation

azu
Copy link
Member

@azu azu commented Apr 29, 2024

This PR support glob escaping.

secretlint "./app/\(root\)/*"

Also, user not need to escape full path.

secretlint "./app/(root)/test.js"

fix #816

@azu azu linked an issue Apr 29, 2024 that may be closed by this pull request
@azu azu added the Type: Bug Bug or Bug fixes label Apr 29, 2024
@azu azu merged commit 8950a37 into master Apr 29, 2024
16 checks passed
@azu azu deleted the feature/816 branch April 29, 2024 12:57
@github-actions github-actions bot mentioned this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not escape file path like "./(group)/*" in CLI
1 participant