Add GHA Workflow for Publishing image to GHCR #2
validate.yaml
on: pull_request
validate
4m 46s
validate-generate
2m 53s
Annotations
11 errors
validate-generate
Process completed with exit code 1.
|
validate:
pkg/middlewares/awslambda/aws_lambda.go#L61
Comment should end in a period (godot)
|
validate:
pkg/middlewares/awslambda/aws_lambda.go#L69
Comment should end in a period (godot)
|
validate:
pkg/middlewares/awslambda/aws_lambda.go#L128
Comment should end in a period (godot)
|
validate:
pkg/middlewares/awslambda/aws_lambda.go#L227
Comment should end in a period (godot)
|
validate:
pkg/middlewares/awslambda/aws_lambda_test.go#L72
avoid allocations with (*bytes.Buffer).WriteString (mirror)
|
validate:
pkg/middlewares/awslambda/aws_lambda.go#L35
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
validate:
pkg/middlewares/awslambda/aws_lambda.go#L257
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
validate:
pkg/middlewares/awslambda/aws_lambda.go#L274
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
validate:
pkg/middlewares/awslambda/aws_lambda_test.go#L87
expected-actual: need to reverse actual and expected values (testifylint)
|
validate:
pkg/middlewares/awslambda/aws_lambda_test.go#L109
error-nil: use assert.NoError (testifylint)
|