[Go Modules](deps): Bump github.com/swaggo/swag from 1.16.4 to 1.16.5 #140
verify.yml
on: pull_request
Verify Backend Code Quality
1m 16s
Verify Backend Code Functionality
5s
publish_release
0s
Annotations
10 errors
|
Verify Backend Code Quality:
model/validation.go#L42
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Verify Backend Code Quality:
model/validation.go#L31
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Verify Backend Code Quality:
main.go#L89
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Verify Backend Code Quality:
main.go#L71
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Verify Backend Code Quality:
main.go#L38
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Verify Backend Code Quality:
controller/status_errors.go#L15
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Verify Backend Code Quality:
configuration/config.go#L30
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Verify Backend Code Quality:
configuration/config.go#L29
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Verify Backend Code Quality:
repository/connection.go#L32
(*database/sql.DB).Ping must not be called. use (*database/sql.DB).PingContext (noctx)
|
|
Verify Backend Code Quality:
pkg/logger/logger.go#L20
there must be an empty line separating embedded fields from regular fields (embeddedstructfieldcheck)
|