ci: bump docker/build-push-action from 5 to 6 #8
Annotations
10 errors and 12 warnings
|
internal/cache/redis/cache.go#L96
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
|
internal/config/config.go#L163
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
|
internal/repository/postgres/errors.go#L57
func `getPgErrorDetail` is unused (unused)
|
|
internal/repository/postgres/errors.go#L48
func `getPgErrorConstraint` is unused (unused)
|
|
internal/repository/postgres/errors.go#L34
func `isCheckViolation` is unused (unused)
|
|
internal/repository/postgres/errors.go#L29
func `isNotNullViolation` is unused (unused)
|
|
internal/repository/postgres/errors.go#L24
func `isForeignKeyViolation` is unused (unused)
|
|
internal/repository/postgres/db.go#L99
Error return value of `tx.Rollback` is not checked (errcheck)
|
|
internal/auth/middleware.go#L230
Error return value of `w.Write` is not checked (errcheck)
|
|
internal/auth/middleware.go#L157
Error return value of `store.UpdateLastUsed` is not checked (errcheck)
|
|
|
|
internal/auth/types.go#L64
exported: type name will be used as auth.AuthType by other packages, and that stutters; consider calling this Type (revive)
|
|
internal/domain/errors.go#L164
exported: type name will be used as domain.DomainError by other packages, and that stutters; consider calling this Error (revive)
|
|
internal/storage/filesystem/storage.go#L245
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
internal/storage/filesystem/storage.go#L227
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
internal/storage/filesystem/storage.go#L203
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
internal/storage/filesystem/storage.go#L171
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
internal/storage/filesystem/storage.go#L153
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
internal/storage/filesystem/storage.go#L69
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
internal/storage/interfaces.go#L111
exported: type name will be used as storage.StorageStats by other packages, and that stutters; consider calling this Stats (revive)
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading