PR #474 #214
codeql
on: dynamic
Matrix: analyze
Annotations
10 errors
Analyze (go)
cannot use spec.Components.Responses (variable of type openapi3.ResponseBodies) as openapi3.Responses value in argument to GenerateResponseDefinitions
|
Analyze (go)
cannot use swagger.Components.Responses (variable of type openapi3.ResponseBodies) as openapi3.Responses value in argument to GenerateTypesForResponses
|
Analyze (go)
invalid operation: cannot index responses (variable of type openapi3.Responses)
|
Analyze (go)
cannot convert "" (untyped string constant) to type *openapi3.Types
|
Analyze (go)
cannot convert "object" (untyped string constant) to type *openapi3.Types
|
Analyze (go)
cannot convert "array" (untyped string constant) to type *openapi3.Types
|
Analyze (go)
cannot use swagger.Paths (variable of type *openapi3.Paths) as openapi3.Paths value in argument to excludeOperationsWithTags
|
Analyze (go)
cannot use swagger.Paths (variable of type *openapi3.Paths) as openapi3.Paths value in argument to includeOperationsWithTags
|
Analyze (go)
cannot range over paths (variable of type openapi3.Paths)
|
Analyze (go)
invalid operation: s1.Type != "" (mismatched types *openapi3.Types and untyped string)
|