Skip to content

feat: exclude regex#3

Merged
hashmap-kz merged 4 commits into
masterfrom
feat/exclude-regex-1
May 4, 2026
Merged

feat: exclude regex#3
hashmap-kz merged 4 commits into
masterfrom
feat/exclude-regex-1

Conversation

@hashmap-kz
Copy link
Copy Markdown
Owner

@hashmap-kz hashmap-kz commented May 4, 2026

There are many types of files that may be ignored: *.pb.go, *.generated.go, *_test.go, internal/integration, and so on. So it's better to filter them by using regex instead of making tons of flags like no-tests, no-pb.

@hashmap-kz hashmap-kz linked an issue May 4, 2026 that may be closed by this pull request
@hashmap-kz hashmap-kz merged commit 5c312f9 into master May 4, 2026
5 checks passed
@hashmap-kz hashmap-kz deleted the feat/exclude-regex-1 branch May 4, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: --exclude regex CLI option

1 participant