[Tooling] Add protocheck responses
subcmd to check for empty responses
#5182
Annotations
5 errors
go-test:
tools/scripts/protocheck/goast/trace.go#L108
shadow: declaration of "logger" shadows declaration at line 26 (govet)
|
go-test:
tools/scripts/protocheck/cmd/check_responses.go#L131
SA1019: packages.LoadSyntax is deprecated: LoadSyntax exists for historical compatibility and should not be used. Please directly specify the needed fields using the Need values. (staticcheck)
|
go-test:
tools/scripts/protocheck/cmd/check_status_errors.go#L59
SA1019: packages.LoadSyntax is deprecated: LoadSyntax exists for historical compatibility and should not be used. Please directly specify the needed fields using the Need values. (staticcheck)
|
go-test:
tools/scripts/protocheck/cmd/check_responses.go#L228
SA9003: empty branch (staticcheck)
|
go-test
Process completed with exit code 2.
|