Feat standardize err msgs #313
Annotations
10 errors and 2 warnings
errors/errors.go#L19
File is not `gofumpt`-ed (gofumpt)
|
errors/errors.go#L26
File is not `gofumpt`-ed (gofumpt)
|
errors/errors.go#L29
File is not `gofumpt`-ed (gofumpt)
|
errors/errors.go#L20
File is not `goimports`-ed with -local github.com/dapr/ (goimports)
|
errors/errors_test.go#L24
File is not `goimports`-ed with -local github.com/dapr/ (goimports)
|
errors/errors.go#L182
avoid direct access to proto field typedDetail.Reason, use typedDetail.GetReason() instead (protogetter)
|
errors/errors.go#L183
avoid direct access to proto field typedDetail.Domain, use typedDetail.GetDomain() instead (protogetter)
|
errors/errors.go#L184
avoid direct access to proto field typedDetail.Metadata, use typedDetail.GetMetadata() instead (protogetter)
|
errors/errors.go#L189
avoid direct access to proto field typedDetail.Reason, use typedDetail.GetReason() instead (protogetter)
|
errors/errors.go#L190
avoid direct access to proto field typedDetail.Reason, use typedDetail.GetReason() instead (protogetter)
|
errors/errors.go#L44
var-naming: struct field HttpCode should be HTTPCode (revive)
|
errors/errors.go#L164
var-naming: var errJson should be errJSON (revive)
|
The logs for this run have expired and are no longer available.
Loading