Documentation
¶
Index ¶
- type RuleTagStyleFirstUpperCase
- func (rule RuleTagStyleFirstUpperCase) Name() string
- func (rule RuleTagStyleFirstUpperCase) ProcessOperation(spec *oas3.Swagger, op *oas3.Operation, opPointer, path, method string) []lintutil.PolicyViolation
- func (rule RuleTagStyleFirstUpperCase) ProcessSpec(spec *oas3.Swagger, pointerBase string) []lintutil.PolicyViolation
- func (rule RuleTagStyleFirstUpperCase) Scope() string
- func (rule RuleTagStyleFirstUpperCase) Severity() 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(sev string) RuleTagStyleFirstUpperCase
func (RuleTagStyleFirstUpperCase) Name ¶
func (rule RuleTagStyleFirstUpperCase) Name() string
func (RuleTagStyleFirstUpperCase) ProcessOperation ¶
func (rule RuleTagStyleFirstUpperCase) ProcessOperation(spec *oas3.Swagger, op *oas3.Operation, opPointer, path, method string) []lintutil.PolicyViolation
func (RuleTagStyleFirstUpperCase) ProcessSpec ¶
func (rule RuleTagStyleFirstUpperCase) ProcessSpec(spec *oas3.Swagger, pointerBase string) []lintutil.PolicyViolation
func (RuleTagStyleFirstUpperCase) Scope ¶
func (rule RuleTagStyleFirstUpperCase) Scope() string
func (RuleTagStyleFirstUpperCase) Severity ¶
func (rule RuleTagStyleFirstUpperCase) Severity() string
Click to show internal directories.
Click to hide internal directories.