Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPluginId ¶
* GetPluginId returns the plugin id from the plugin.json file * in the archive directory * * The plugin.json file might not be in the root directory * at this point in the validator there's no certainty that the * plugin.json file even exists
func JSONToMetadata ¶ added in v0.14.0
func RunDependencies ¶ added in v0.20.1
RunDependencies runs the dependencies of an analyzer recursively. All the results are stored in the provided *analysis.Pass. If the result of an analyzer is already in the pass, it will not be run again.
Types ¶
type BarebonePluginJson ¶
type BarebonePluginJson struct {
Id string `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.