Skip to content

[Go Modules](deps): Bump github.com/go-playground/validator/v10 from 10.26.0 to 10.28.0 #145

[Go Modules](deps): Bump github.com/go-playground/validator/v10 from 10.26.0 to 10.28.0

[Go Modules](deps): Bump github.com/go-playground/validator/v10 from 10.26.0 to 10.28.0 #145

Triggered via pull request October 6, 2025 01:16
Status Failure
Total duration 1m 8s
Artifacts

verify.yml

on: pull_request
Verify Backend Code Quality
1m 3s
Verify Backend Code Quality
Verify Backend Code Functionality
12s
Verify Backend Code Functionality
publish_release
0s
publish_release
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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: controller/status_errors.go#L107
godoc should start with symbol name ("HandleCommonErrors") (godoclint)
Verify Backend Code Quality: pkg/logger/logger.go#L20
there must be an empty line separating embedded fields from regular fields (embeddedstructfieldcheck)