Documentation ¶
Index ¶
- type RuleTagStyleFirstUpperCase
- func (rule RuleTagStyleFirstUpperCase) Name() string
- func (rule RuleTagStyleFirstUpperCase) ProcessOperation(spec *openapi3.Spec, op *openapi3.Operation, opPointer, path, method string) []lintutil.PolicyViolation
- func (rule RuleTagStyleFirstUpperCase) ProcessSpec(spec *openapi3.Spec, pointerBase string) []lintutil.PolicyViolation
- func (rule RuleTagStyleFirstUpperCase) Scope() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleTagStyleFirstUpperCase ¶
type RuleTagStyleFirstUpperCase struct {
// contains filtered or unexported fields
}
func NewRule ¶
func NewRule() RuleTagStyleFirstUpperCase
func (RuleTagStyleFirstUpperCase) Name ¶
func (rule RuleTagStyleFirstUpperCase) Name() string
func (RuleTagStyleFirstUpperCase) ProcessOperation ¶
func (rule RuleTagStyleFirstUpperCase) ProcessOperation(spec *openapi3.Spec, op *openapi3.Operation, opPointer, path, method string) []lintutil.PolicyViolation
func (RuleTagStyleFirstUpperCase) ProcessSpec ¶
func (rule RuleTagStyleFirstUpperCase) ProcessSpec(spec *openapi3.Spec, pointerBase string) []lintutil.PolicyViolation
func (RuleTagStyleFirstUpperCase) Scope ¶
func (rule RuleTagStyleFirstUpperCase) Scope() string
Click to show internal directories.
Click to hide internal directories.