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, }, ReadmeInfo: analysis.ReadmeInfo{ Name: "SDK Usage", Description: "Ensures that `grafana-plugin-sdk-go` is up-to-date.", }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.