lint

package
v0.1.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LintError

type LintError struct {
	PackagePath string
	Lint        string
	Err         error
}

func LintPolicyManifest

func LintPolicyManifest(manifest packaging.PolicyManifest) []LintError

LintManifest lints the contents of a Policy Manifest that is already parsed.

func LintRule

func LintRule(sectionID string, rule packaging.Rule) []LintError

func LintSection

func LintSection(manifestID string, section packaging.Section) []LintError

type RuleName

type RuleName struct {
	Package int
	Section int
	Rule    int
}

func CollectManifestRuleNames

func CollectManifestRuleNames(manifest packaging.PolicyManifest) []RuleName

func NewRuleNameFromManifest

func NewRuleNameFromManifest(n string) (*RuleName, error)

func NewRuleNameFromRego

func NewRuleNameFromRego(n string) (*RuleName, error)

func (RuleName) String

func (rn RuleName) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL