Skip to content

refactor hiher layers done and auth controller almost done execpt res… #67

refactor hiher layers done and auth controller almost done execpt res…

refactor hiher layers done and auth controller almost done execpt res… #67

Triggered via push May 25, 2024 21:50
Status Failure
Total duration 1m 24s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
linting: internal/service/auth/auth_service.go#L126
Error return value of `a.authManager.Destroy` is not checked (errcheck)
linting: internal/service/auth/auth_service.go#L179
Error return value of `a.authRepo.LockAccount` is not checked (errcheck)
linting: app/controller/auth_controller.go#L118
Error return value of `presenters.BadRequestResponse` is not checked (errcheck)
linting: pkg/auth_manager/auth_manager.go#L46
Comment should end in a period (godot)
linting: socket/adapter.go#L18
Comment should end in a period (godot)
linting: internal/repository/chat_repository.go#L48
Comment should end in a period (godot)
linting: internal/repository/message_repository.go#L47
G601: Implicit memory aliasing in for loop. (gosec)
linting: tests/integration/repository/auth_repository_test.go#L85
G101: Potential hardcoded credentials (gosec)
linting: internal/service/message/message_access_rules.go#L11
`if chatType == model.TypeDirect` has complex nested blocks (complexity: 5) (nestif)
linting: internal/service/message/message_access_rules.go#L35
`if chatType == model.TypeDirect` has complex nested blocks (complexity: 5) (nestif)
linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.