[TT-13201] Streams Definition Validator #12720
Annotations
10 errors
golangci-lint:
apidef/oas/oas.go#L130
Error return value of `json.Unmarshal` is not checked (errcheck)
|
golangci-lint:
apidef/oas/oas.go#L138
Error return value of `json.Marshal` is not checked (errcheck)
|
golangci-lint:
apidef/oas/oas.go#L139
Error return value of `json.Unmarshal` is not checked (errcheck)
|
golangci-lint:
apidef/streams/validator.go#L268
Error return value of `pkgver.NewVersion` is not checked (errcheck)
|
golangci-lint:
apidef/streams/validator.go#L274
Error return value is not checked (errcheck)
|
golangci-lint:
apidef/streams/validator_test.go#L55
Error return value of `validOASObject.MarshalJSON` is not checked (errcheck)
|
golangci-lint:
apidef/streams/validator_test.go#L68
Error return value of `invalidOASObject.MarshalJSON` is not checked (errcheck)
|
golangci-lint:
apidef/streams/validator.go#L95
unused-parameter: parameter 'dataType' seems to be unused, consider removing or renaming it to match ^_ (revive)
|
golangci-lint:
apidef/streams/validator.go#L103
unused-parameter: parameter 'dataType' seems to be unused, consider removing or renaming it to match ^_ (revive)
|
golangci-lint:
apidef/streams/validator.go#L152
unused-parameter: parameter 'dataType' seems to be unused, consider removing or renaming it to match ^_ (revive)
|
Loading