naming

package
v0.0.0-...-486ae31 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2026 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const OctoLintContainerImageName = "OctoLintProjectContainerImageName"
View Source
const OctoLintInvalidLifecycleNames = "OctoLintInvalidLifecycleNames"
View Source
const OctoLintInvalidTargetNames = "OctoLintInvalidTargetNames"
View Source
const OctoLintInvalidTargetRoles = "OctoLintInvalidTargetRoles"
View Source
const OctoLintInvalidVariableNames = "OctoLintInvalidVariableNames"
View Source
const OctoLintProjectDefaultStepNames = "OctoLintProjectDefaultStepNames"
View Source
const OctoLintProjectReleaseTemplate = "OctoLintProjectReleaseTemplate"
View Source
const OctoLintProjectWorkerPool = "OctoLintProjectWorkerPool"

Variables

This section is empty.

Functions

This section is empty.

Types

type OctopusInvalidLifecycleName

type OctopusInvalidLifecycleName struct {
	// contains filtered or unexported fields
}

OctopusInvalidLifecycleName checks if any Lifecycle that is named incorrectly, according to a specified regular expression.

func NewOctopusInvalidLifecycleName

func NewOctopusInvalidLifecycleName(client *client.Client, config *config.OctolintConfig, errorHandler checks.OctopusClientErrorHandler) OctopusInvalidLifecycleName

func (OctopusInvalidLifecycleName) Execute

func (OctopusInvalidLifecycleName) Id

type OctopusInvalidTargetName

type OctopusInvalidTargetName struct {
	// contains filtered or unexported fields
}

OctopusInvalidTargetName checks to see if any targets are named incorrectly, according to a specified regular expression.

func NewOctopusInvalidTargetName

func NewOctopusInvalidTargetName(client *client.Client, config *config.OctolintConfig, errorHandler checks.OctopusClientErrorHandler) OctopusInvalidTargetName

func (OctopusInvalidTargetName) Execute

func (o OctopusInvalidTargetName) Execute(concurrency int) (checks.OctopusCheckResult, error)

func (OctopusInvalidTargetName) Id

type OctopusInvalidTargetRole

type OctopusInvalidTargetRole struct {
	// contains filtered or unexported fields
}

OctopusInvalidTargetRole find targets that have not been healthy in the last 30 days.

func NewOctopusInvalidTargetRole

func NewOctopusInvalidTargetRole(client *client.Client, config *config.OctolintConfig, errorHandler checks.OctopusClientErrorHandler) OctopusInvalidTargetRole

func (OctopusInvalidTargetRole) Execute

func (o OctopusInvalidTargetRole) Execute(concurrency int) (checks.OctopusCheckResult, error)

func (OctopusInvalidTargetRole) Id

type OctopusInvalidVariableNameCheck

type OctopusInvalidVariableNameCheck struct {
	// contains filtered or unexported fields
}

OctopusInvalidVariableNameCheck checks to see if any project variables are named incorrectly, according to a specified regular expression.

func NewOctopusInvalidVariableNameCheck

func NewOctopusInvalidVariableNameCheck(client *client.Client, config *config.OctolintConfig, errorHandler checks.OctopusClientErrorHandler) OctopusInvalidVariableNameCheck

func (OctopusInvalidVariableNameCheck) Execute

func (OctopusInvalidVariableNameCheck) Id

type OctopusProjectContainerImageRegex

type OctopusProjectContainerImageRegex struct {
	// contains filtered or unexported fields
}

OctopusProjectContainerImageRegex checks to see if any project has steps with invalid container images specified.

func (OctopusProjectContainerImageRegex) Execute

func (OctopusProjectContainerImageRegex) Id

type OctopusProjectDefaultStepNames

type OctopusProjectDefaultStepNames struct {
	// contains filtered or unexported fields
}

OctopusProjectDefaultStepNames checks to see if any project has too many steps.

func NewOctopusProjectDefaultStepNames

func NewOctopusProjectDefaultStepNames(client *client.Client, config *config.OctolintConfig, errorHandler checks.OctopusClientErrorHandler) OctopusProjectDefaultStepNames

func (OctopusProjectDefaultStepNames) Execute

func (OctopusProjectDefaultStepNames) Id

type OctopusProjectReleaseTemplateRegex

type OctopusProjectReleaseTemplateRegex struct {
	// contains filtered or unexported fields
}

OctopusProjectReleaseTemplateRegex checks to see if any project has a [release versioning](https://octopus.com/docs/releases/release-versioning) template set incorrectly, according to a specified regular expression.

func (OctopusProjectReleaseTemplateRegex) Execute

func (OctopusProjectReleaseTemplateRegex) Id

type OctopusProjectWorkerPoolRegex

type OctopusProjectWorkerPoolRegex struct {
	// contains filtered or unexported fields
}

OctopusProjectWorkerPoolRegex checks to see if any project has steps in the deployment process where a worker pool is referenced that is invalid, according to a specified regular expression.

func NewOctopusProjectWorkerPoolRegex

func NewOctopusProjectWorkerPoolRegex(client *client.Client, config *config.OctolintConfig, errorHandler checks.OctopusClientErrorHandler) OctopusProjectWorkerPoolRegex

func (OctopusProjectWorkerPoolRegex) Execute

func (OctopusProjectWorkerPoolRegex) Id

Jump to

Keyboard shortcuts

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