package sa1013
import "honnef.co/go/tools/staticcheck/sa1013"
Index ¶
Variables ¶
var Analyzer = SCAnalyzer.Analyzer
var SCAnalyzer = lint.InitializeAnalyzer(&lint.Analyzer{ Analyzer: &analysis.Analyzer{ Name: "SA1013", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, }, Doc: &lint.RawDocumentation{ Title: `\'io.Seeker.Seek\' is being called with the whence constant as the first argument, but it should be the second`, Since: "2017.1", Severity: lint.SeverityWarning, MergeIf: lint.MergeIfAny, }, })
Source Files ¶
sa1013.go
- Version
- v0.7.0-0.dev
- Published
- Mar 5, 2025
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 15 seconds ago –
Tools for package owners.