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.7.0-0.dev
- Published
- Mar 5, 2025
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 4 minutes ago –
Tools for package owners.