package
0.1.0-alpha.30
Repository: https://github.com/siderolabs/conform.git
Documentation: pkg.go.dev

# Packages

Package commit provides commit-related policies.
Package license provides license policy.
Package version provides version policies.

# Functions

NewDefaultOptions initializes a Options struct with default values.
WithCommitMsgFile sets the path to the commit message file.
WithCommitRef sets the ref to compare git policies against.
WithRevisionRange sets the revision range to compare git policies against.

# Structs

Options defines the set of options available to a Policy.
Report reports the compliance of a policy.

# Interfaces

Check defines a policy check.
Policy is an interface that policies must implement.

# Type aliases

Option is a functional option used to pass in arguments to a Policy.