fix: auto migrate tries to delete non-existent unique constraint #1456
reviewdog.yml
on: pull_request
runner / golangci-lint
14s
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))
^
|