Versions in this module Expand all Collapse all v0 v0.0.1 Oct 31, 2025 Changes in this version + func CreateFlagSet() *flag.FlagSet + type Config struct + ExcludeChecks []string + ExcludePaths []string + ScanTests bool + func Default() *Config + func Empty() *Config + func FromEnv() *Config + func New(scanTests bool, excludePaths []string, excludeChecks []string) *Config + func ParseFlagsFromFlagSet(fs *flag.FlagSet) *Config + func (c *Config) FilterFiles(pass *analysis.Pass) iter.Seq[*ast.File] + func (c *Config) ShouldSkipFile(pass *analysis.Pass, file *ast.File) bool + func (c *Config) WithExcludeChecks(excludeChecks []string) *Config + func (c *Config) WithExcludePaths(excludePaths []string) *Config + func (c *Config) WithScanTests(scanTests bool) *Config