-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: use --file-patterns
flag for all post analyzers
#7365
base: main
Are you sure you want to change the base?
fix: use --file-patterns
flag for all post analyzers
#7365
Conversation
pkg/fanal/analyzer/analyzer.go
Outdated
Options AnalysisOptions | ||
FS fs.FS | ||
Options AnalysisOptions | ||
FilePatterns []string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this filed for file patterns? It looks like matched file paths.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated filed name in 5f493ac
75200be
to
2b4f23b
Compare
…tterns-for-all-post-analyzers
This PR is stale because it has been labeled with inactivity. |
Description
Use
--file-patterns
flag for all post analyzers.Related issues
--file-patterns
doesn't work for somepost-analyzers
#6962Checklist