[Go Modules](deps): Bump github.com/swaggo/swag from 1.16.4 to 1.16.5 - #26
Closed
dependabot[bot] wants to merge 1 commit into
Closed
[Go Modules](deps): Bump github.com/swaggo/swag from 1.16.4 to 1.16.5#26dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
10 errors
|
model/validation.go#L42
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
model/validation.go#L31
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
main.go#L89
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
main.go#L71
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
main.go#L38
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
controller/status_errors.go#L15
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
configuration/config.go#L30
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
configuration/config.go#L29
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
repository/connection.go#L32
(*database/sql.DB).Ping must not be called. use (*database/sql.DB).PingContext (noctx)
|
|
pkg/logger/logger.go#L20
there must be an empty line separating embedded fields from regular fields (embeddedstructfieldcheck)
|
The logs for this run have expired and are no longer available.
Loading