# Functions

New returns a new Linter.

# Variables

ErrDuplicateStepName is returned when two Pipeline steps have the same name.

# Structs

Linter evaluates the pipeline against a set of rules and returns an error if one or more of the rules are broken.
Opts provides linting options.