Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LintNoop ¶
type LintNoop struct {
Type string `json:"type" yaml:"type" jsonschema:"enum=noop" jsonschema_description:"a linter type to do nothing"`
}
LintNoop performs no operations, as a template implementation of cries' linter.Linter
func (*LintNoop) MaxConcurrency ¶
MaxConcurrency return max number of parallel files to fmt
Click to show internal directories.
Click to hide internal directories.