mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/mgechev/revive from 1.0.6 to 1.0.7 (#2027)
This commit is contained in:
parent
6ffa139c1b
commit
b5d847f07f
3 changed files with 12 additions and 12 deletions
2
test/testdata/govet.go
vendored
2
test/testdata/govet.go
vendored
|
@ -34,7 +34,7 @@ func GovetNolintVetShadow() error {
|
|||
|
||||
func GovetPrintf() {
|
||||
x := "dummy"
|
||||
fmt.Printf("%d", x) // ERROR "printf: Printf format %d has arg x of wrong type string"
|
||||
fmt.Printf("%d", x) // ERROR "printf: fmt.Printf format %d has arg x of wrong type string"
|
||||
}
|
||||
|
||||
func GovetStringIntConv() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue