Skip to content

Commit 7bb41b1

Browse files
committed
update lint config
1 parent d2bbb04 commit 7bb41b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ linters:
144144
# See https://github.com/kisielk/errcheck#excluding-functions for details.
145145
exclude-functions:
146146
- (*bytes.Buffer).ReadFrom # TODO
147-
- syscall.FreeLibrary
147+
- windows.FreeLibrary
148148
- golang.org/x/sys/windows.CloseHandle
149149
- golang.org/x/sys/windows.ResetEvent
150150
- (*golang.org/x/sys/windows/svc/eventlog.Log).Info

0 commit comments

Comments
 (0)