Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "sdkusage", Requires: []*analysis.Analyzer{sourcecode.Analyzer, nestedmetadata.Analyzer}, Run: run, Rules: []*analysis.Rule{ goSdkNotUsed, goModNotFound, goModError, goSdkOlderThanTwoMonths, goSdkOlderThanFiveMonths, }, }
mockable function for testing
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.