style: Fix golangci-lint errors #98
Annotations
7 errors
Lint:
bumper/check_test.go#L145
printf: non-constant format string in call to fmt.Errorf (govet)
|
Lint:
bumper/make_test.go#L73
printf: non-constant format string in call to fmt.Errorf (govet)
|
Lint:
bumper/push_test.go#L105
printf: non-constant format string in call to fmt.Errorf (govet)
|
Lint:
bumper/bump_test.go#L124
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
Lint:
bumper/bump_test.go#L145
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
Lint:
bumper/check_test.go#L128
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
Lint
issues found
|