Skip to content

fix: auto migrate tries to delete non-existent unique constraint #1456

fix: auto migrate tries to delete non-existent unique constraint

fix: auto migrate tries to delete non-existent unique constraint #1456

Triggered via pull request August 1, 2024 21:24
Status Success
Total duration 24s
Artifacts

reviewdog.yml

on: pull_request
runner / golangci-lint
14s
runner / golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

3 errors
runner / golangci-lint: migrator/migrator.go#L713
[golangci] reported by reviewdog 🐶 S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple) Raw Output: migrator/migrator.go:713:4: S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple) fmt.Println(fmt.Sprintf("SHREWS --Out of Guess for relation 0 %q", constraint)) ^
runner / golangci-lint: migrator/migrator.go#L722
[golangci] reported by reviewdog 🐶 S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple) Raw Output: migrator/migrator.go:722:5: S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple) fmt.Println(fmt.Sprintf("SHREWS --Out of Guess for check %q", &v)) ^
runner / golangci-lint: migrator/migrator.go#L730
[golangci] reported by reviewdog 🐶 S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple) Raw Output: migrator/migrator.go:730:5: S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple) fmt.Println(fmt.Sprintf("SHREWS --Out of Guess for unique %q", &v)) ^