github action #3
Annotations
5 errors
Run Integration Tests (gRPC + REST)
Process completed with exit code 1.
|
Lint Code:
backend/jwt.go#L22
exported type Claims should have comment or be unexported
|
Lint Code:
backend/jwt.go#L68
don't use underscores in Go names; var current_user should be currentUser
|
Lint Code:
client/main.go#L4
should not use dot imports
|
Lint Code:
middlewares/auth.go#L13
exported function AuthUnaryInterceptor should have comment or be unexported
|
Loading