Documentation ¶
Overview ¶
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 ¶
Constants ¶
This section is empty.
Variables ¶
View Source
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, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.