Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaintainerLintRule ¶ added in v0.0.34
type MaintainerLintRule struct{}
func (*MaintainerLintRule) Lint ¶ added in v0.0.34
func (r *MaintainerLintRule) Lint(repoDir string, pkg *g2.PackageData) []lints.LintResult
func (*MaintainerLintRule) LintWithQA ¶ added in v0.0.34
func (r *MaintainerLintRule) LintWithQA(repoDir string, pkg *g2.PackageData, qa *g2.QAPolicy) []lints.LintResult
type ManifestLintRule ¶ added in v0.0.28
type ManifestLintRule struct{}
func (*ManifestLintRule) Lint ¶ added in v0.0.28
func (r *ManifestLintRule) Lint(repoDir string, pkg *g2.PackageData) []lints.LintResult
func (*ManifestLintRule) LintWithQA ¶ added in v0.0.28
func (r *ManifestLintRule) LintWithQA(repoDir string, pkg *g2.PackageData, qa *g2.QAPolicy) []lints.LintResult
type MetadataLintRule ¶
type MetadataLintRule struct{}
func (*MetadataLintRule) Lint ¶
func (r *MetadataLintRule) Lint(repoDir string, pkg *g2.PackageData) []lints.LintResult
func (*MetadataLintRule) LintWithQA ¶
func (r *MetadataLintRule) LintWithQA(repoDir string, pkg *g2.PackageData, qa *g2.QAPolicy) []lints.LintResult
Click to show internal directories.
Click to hide internal directories.