Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "sourcecode", Requires: []*analysis.Analyzer{metadata.Analyzer}, Run: run, Rules: []*analysis.Rule{ sourceCodeNotFound, sourceCodeVersionMisMatch, sourceCodeNotProvided, }, ReadmeInfo: analysis.ReadmeInfo{ Name: "Source Code", Description: "A comparison is made between the zip file and the source code to ensure what is released matches the repo associated with it.", Dependencies: "`sourceCodeUri`", }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.