Logging refactoring #378
ci.yml
on: pull_request
Lint and fmt check
2m 10s
CI on Go
6m 41s
Annotations
10 errors
Lint and fmt check:
observability/log/log_test.go#L49
Error return value is not checked (errcheck)
|
Lint and fmt check:
component/http/observability_test.go#L89
Error return value of `log.Setup` is not checked (errcheck)
|
Lint and fmt check:
component/http/observability_test.go#L97
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Lint and fmt check:
component/http/observability_test.go#L106
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Lint and fmt check:
component/http/observability_test.go#L115
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Lint and fmt check:
observability/log/log_test.go#L19
require-error: for error assertions use require (testifylint)
|
Lint and fmt check:
observability/log/log_test.go#L29
require-error: for error assertions use require (testifylint)
|
Lint and fmt check:
observability/log/log_test.go#L58
require-error: for error assertions use require (testifylint)
|
Lint and fmt check
Process completed with exit code 2.
|
CI on Go
Process completed with exit code 2.
|