Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "metadatapaths", Run: checkMetadataPaths, Requires: []*analysis.Analyzer{ screenshots.Analyzer, logos.Analyzer, nestedmetadata.Analyzer, archive.Analyzer, }, Rules: []*analysis.Rule{ invalidPath, pathRelativeToMetadata, invalidRelativePath, pathNotExists, }, ReadmeInfo: analysis.ReadmeInfo{ Name: "Metadata Paths", Description: "Ensures all paths are valid and images referenced exist.", }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.