Config updated #103
Annotations
12 errors and 4 warnings
build-and-test:
internal/config/cmd/grpc_server/main.go#L28
syntax error: unexpected EOF, expected }
|
build-and-test
Process completed with exit code 1.
|
lint:
internal/config/config.go#L1
: # github.com/AndreiMartynenko/chat-server/internal/config
|
lint:
internal/config/config.go#L54
undefined: cleanenv
|
lint:
internal/config/config.go#L55
undefined: cleanenv
|
lint:
internal/config/config.go#L60
undefined: cleanenv (typecheck)
|
lint:
internal/config/cmd/grpc_server/main.go#L1
: # github.com/AndreiMartynenko/chat-server/internal/config/cmd/grpc_server
|
lint:
internal/config/cmd/grpc_server/main.go#L28
syntax error: unexpected EOF, expected } (typecheck)
|
lint:
internal/config/cmd/grpc_server/main.go#L27
expected '}', found 'EOF' (typecheck)
|
lint:
postgres/cmd/raw_query/main.go#L24
Error return value of `con.Close` is not checked (errcheck)
|
lint:
grpc/cmd/grpc_client/main.go#L24
Error return value of `conn.Close` is not checked (errcheck)
|
lint:
postgres/cmd/query_with_squirrel/main.go#L8
File is not `goimports`-ed (goimports)
|
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
grpc/cmd/grpc_server/main.go#L22
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
grpc/cmd/grpc_server/main.go#L29
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|