package
0.35.0-0.rc.0
Repository: https://github.com/upbound/up.git
Documentation: pkg.go.dev

# Functions

NewPackageLinter creates a new PackageLinter.
ObjectLinterFns is a convenience function to pass multiple ObjectLinterFn to a function that cannot accept variadic arguments.
Or checks that at least one of the passed linter functions does not return an error.
PackageLinterFns is a convenience function to pass multiple PackageLinterFn to a function that cannot accept variadic arguments.

# Structs

PackageLinter lints packages by applying package and object linter functions to it.

# Interfaces

A Linter lints packages.
Package defines the common API for lintable packages.

# Type aliases

ObjectLinterFn lints an object in a package.
PackageLinterFn lints an entire package.