Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "license", Requires: []*analysis.Analyzer{archive.Analyzer}, Run: run, Rules: []*analysis.Rule{licenseNotProvided, licenseNotValid, licenseWithGenericText}, ReadmeInfo: analysis.ReadmeInfo{ Name: "License Type", Description: "Checks the declared license is one of: BSD, MIT, Apache 2.0, LGPL3, GPL3, AGPL3.", }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.