Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "screenshots", Run: checkScreenshots, Requires: []*analysis.Analyzer{metadata.Analyzer, archive.Analyzer}, Rules: []*analysis.Rule{screenshots, screenshotsType}, ReadmeInfo: analysis.ReadmeInfo{ Name: "Screenshots", Description: "Screenshots are specified in `plugin.json` that will be used in the Grafana plugin catalog.", }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.