Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LintCli ¶ added in v0.20.0
type LintCli struct {
Type string `json:"type" yaml:"type" jsonschema:"enum=cli" jsonschema_description:"the most common linter type, a cli tool"`
Bin string `json:"bin" yaml:"bin" jsonschema_description:"the binary or command to use"`
Start Par `` /* 134-byte string literal not displayed */
End Par `json:"end,flow,omitempty" yaml:"end,flow,omitempty" jsonschema_description:"parameters that will be put behind the file path"`
Img string `json:"img,omitempty" yaml:"img,omitempty" jsonschema_description:"the container image to pull and use"`
ChDir bool `` /* 145-byte string literal not displayed */
// contains filtered or unexported fields
}
LintCli defines a predefined command to run against a file
func (*LintCli) Cleanup ¶ added in v0.20.0
Cleanup removes any additional resources created in the process
func (*LintCli) MaxConcurrency ¶ added in v0.20.0
MaxConcurrency returns the max concurrency name
Click to show internal directories.
Click to hide internal directories.