Skip to content

Update README.md

Update README.md #83

Triggered via pull request July 10, 2024 13:59
Status Failure
Total duration 2m 19s
Artifacts

code-checker.yml

on: pull_request
Lint and Test
2m 8s
Lint and Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
Lint and Test: internal/app/repository/menu_repository.go#L127
method FetchMenuById should be FetchMenuByID
Lint and Test: cmd/main.go#L104
The name 'interactor' shadows an import name
Lint and Test: database/database.go#L7
a blank import should be only in a main or test package, or have a comment justifying it
Lint and Test: internal/app/repository/menu_repository.go#L127
method parameter menuId should be menuID
Lint and Test: internal/app/api/middleware/jwt_auth.go#L77
unnamed results of the same type may be confusing, consider using named results
Lint and Test: internal/app/repository/user_repository.go#L67
var lastId should be lastID
Lint and Test: internal/app/service/auth_service_test.go#L204
don't use underscores in Go names; var user_data should be userData
Lint and Test: internal/app/service/auth_service.go#L73
extra empty line at the end of a block
Lint and Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint and Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/