Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OctopusCheckFactory ¶
type OctopusCheckFactory struct {
// contains filtered or unexported fields
}
OctopusCheckFactory builds all the lint checks. This is where you can customize things like error handlers.
func NewOctopusCheckFactory ¶
func NewOctopusCheckFactory(client *client.Client) OctopusCheckFactory
func (OctopusCheckFactory) BuildAllChecks ¶
func (o OctopusCheckFactory) BuildAllChecks() ([]checks.OctopusCheck, error)
BuildAllChecks creates new instances of all the checks and returns them as an array.
Click to show internal directories.
Click to hide internal directories.