style(database): 🎨 format comments for clarity #152
maint.yml
on: push
Lint Code
36s
Build
29s
Matrix: Run Vet Tests
Annotations
4 errors and 3 warnings
|
Lint Code
issues found
|
|
Lint Code:
pkg/common/adapters/database/bun.go#L879
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
|
|
Lint Code:
pkg/common/adapters/database/bun.go#L788
SA1019: reflect.PtrTo has been deprecated since Go 1.22 and an alternative has been available since Go 1.18: Superseded by [PointerTo]. (staticcheck)
|
|
Lint Code:
pkg/common/adapters/database/bun.go#L637
dupBranchBody: both branches in if statement have same body (gocritic)
|
|
Build
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Lint Code
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Run Vet Tests (1.23.x)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|