Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed Mar 20, 2022
1 parent 5e7bb31 commit ad85cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .golangci.yaml
Expand Up @@ -84,9 +84,11 @@ linters:
enable:
- megacheck
- govet
- exportloopref
enable-all: false
disable:
- maligned
- scopelint
- prealloc
- cyclop
- funlen
Expand Down
1 change: 0 additions & 1 deletion unpack_test.go
Expand Up @@ -135,7 +135,6 @@ func TestStringSetter(t *testing.T) {
assert.Equalf(t, want, fmt.Sprintf("%+v", ge.Interface()), "got setting %s to '%s'", f.Name, value)
}
count++
return
})
return true
})
Expand Down

0 comments on commit ad85cf1

Please sign in to comment.