We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1900f1 commit 9cc82a7Copy full SHA for 9cc82a7
tools/cli/internal/openapi/filter/operations.go
@@ -23,7 +23,7 @@ type OperationsFilter struct {
23
oas *openapi3.T
24
}
25
26
-func (_ *OperationsFilter) ValidateMetadata() error {
+func (*OperationsFilter) ValidateMetadata() error {
27
return nil
28
29
tools/cli/internal/openapi/filter/tags.go
@@ -25,7 +25,7 @@ type TagsFilter struct {
-func (_ *TagsFilter) ValidateMetadata() error {
+func (*TagsFilter) ValidateMetadata() error {
30
31
0 commit comments