Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "packagejson", Requires: []*analysis.Analyzer{metadata.Analyzer, sourcecode.Analyzer}, Run: run, Rules: []*analysis.Rule{packagejsonNotFound}, ReadmeInfo: analysis.ReadmeInfo{ Name: "package.json", Description: "Ensures that package.json exists and the version matches the plugin.json", }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.