package sa9009
import "honnef.co/go/tools/staticcheck/sa9009"
Index ¶
Variables ¶
var Analyzer = SCAnalyzer.Analyzer
var SCAnalyzer = lint.InitializeAnalyzer(&lint.Analyzer{ Analyzer: &analysis.Analyzer{ Name: "SA9009", Run: run, Requires: []*analysis.Analyzer{}, }, Doc: &lint.RawDocumentation{ Title: "Ineffectual Go compiler directive", Text: ` A potential Go compiler directive was found, but is ineffectual as it begins with whitespace.`, Since: "2024.1", Severity: lint.SeverityWarning, }, })
Source Files ¶
sa9009.go
- Version
- v0.6.1 (latest)
- Published
- Mar 5, 2025
- Platform
- windows/amd64
- Imports
- 5 packages
- Last checked
- 4 hours ago –
Tools for package owners.