# Functions
ExcludeTask exclude task from task list.
NewActionNameCheckerTask return task that check Action() argument name.
NewArrayRequireCheckerTask return task that check array with require.
NewAttributeNameCheckerTask return task that check Attribute argument name.
NewAttributeNoExampleCheckerTask return task that check whether the example of Attribute() is written.
NewAttributeSyntaxTask return task that check Attribute() function syntax.
NewDefaultSyntaxTask return task that check Default() function syntax.
NewEnumSyntaxTask return task that check Enum() function syntax.
NewExampleSyntaxTask return task that check Example() function syntax.
NewFormatSyntaxTask return task that check Format() function syntax.
NewHeaderSyntaxTask return task that check Format() function syntax.
NewMaximumSyntaxTask return task that check Maximum() function syntax.
NewMaxLengthSyntaxTask return task that check MaxLength() function syntax.
NewMediaSyntaxTask return task that check Media() function syntax.
NewMemberSyntaxTask return task that check Member() function syntax.
NewMinimumSyntaxTask return task that check Minimum() function syntax.
NewMinLengthSyntaxTask return task that check MinLength() function syntax.
NewMultipartFormSyntaxTask return task that check MultipartForm() function syntax.
NewNoDescriptionCheckerTask return task that check whether description exist.
NewNoExampleSyntaxCheckerTask return task that check NoExample() function syntax.
NewParamsSyntaxCheckerTask return task that check Params() function syntax.
NewParamSyntaxCheckerTask return task that check Param() function syntax.
NewPatternSyntaxCheckerTask return task that check Pattern() function syntax.
NewPrintASTTask return task that print abstract syntax tree of the go file.
NewReadOnlySyntaxCheckerTask return task that check ReadOnly() function syntax.
NewRequiredSyntaxCheckerTask return task that check Required() function syntax.
NewResourceNameCheckerTask return task that check Resource() argument name.
NewRoutingNameCheckerTask return task that check Routing() argument name.
NewTypeNameSyntaxCheckerTask return task that check TypeName() function syntax.
NewURLSyntaxCheckerTask return task that check URL() function syntax.
NewUseTraitSyntaxTask return task that check UseTrait() function syntax.
NewViewSyntaxTask return task that check View() function syntax.
Setup returns a slice that sets the linter task.