package quickfix
import "honnef.co/go/tools/quickfix"
Package quickfix contains analyzes that implement code refactorings. None of these analyzers produce diagnostics that have to be followed. Most of the time, they only provide alternative ways of doing things, requiring users to make informed decisions.
None of these analyzes should fail a build, and they are likely useless in CI as a whole.
Index ¶
Variables ¶
var Analyzers = []*lint.Analyzer{ qf1001.SCAnalyzer, qf1002.SCAnalyzer, qf1003.SCAnalyzer, qf1004.SCAnalyzer, qf1005.SCAnalyzer, qf1006.SCAnalyzer, qf1007.SCAnalyzer, qf1008.SCAnalyzer, qf1009.SCAnalyzer, qf1010.SCAnalyzer, qf1011.SCAnalyzer, qf1012.SCAnalyzer, }
Source Files ¶
analysis.go doc.go
Directories ¶
- Version
- v0.5.0
- Published
- Aug 13, 2024
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- now –
Tools for package owners.