Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "version", Requires: []*analysis.Analyzer{metadata.Analyzer, published.Analyzer}, Run: run, Rules: []*analysis.Rule{wrongPluginVersion}, ReadmeInfo: analysis.ReadmeInfo{ Name: "Version", Description: "Ensures the version submitted is newer than the currently published plugin. If this is a new/unpublished plugin, this is skipped.", }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.