chore(deps): update pre-commit hook golangci/golangci-lint to v2

This commit is contained in:
Renovate
2025-03-24 12:53:43 +00:00
committed by Joakim Olsson
parent 46b624568e
commit 15eda6f0de
4 changed files with 27 additions and 8 deletions
+3 -3
View File
@@ -154,14 +154,14 @@ func (u unionSharedType) valueName(ref int) string {
type scalarSharedType struct{}
func (_ scalarSharedType) areValuesIdentical(_ []int) bool {
func (scalarSharedType) areValuesIdentical(_ []int) bool {
return true
}
func (_ scalarSharedType) valueRefs() []int {
func (scalarSharedType) valueRefs() []int {
return nil
}
func (_ scalarSharedType) valueName(_ int) string {
func (scalarSharedType) valueName(_ int) string {
return ""
}