package directives
import "honnef.co/go/tools/analysis/facts/directives"
Index ¶
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "directives", Doc: "extracts linter directives", Run: directives, RunDespiteErrors: true, ResultType: reflect.TypeOf([]lint.Directive{}), }
Source Files ¶
directives.go
- Version
- v0.5.0
- Published
- Aug 13, 2024
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 28 minutes ago –
Tools for package owners.