We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bbb04 commit 7bb41b1Copy full SHA for 7bb41b1
.golangci.yml
@@ -144,7 +144,7 @@ linters:
144
# See https://github.com/kisielk/errcheck#excluding-functions for details.
145
exclude-functions:
146
- (*bytes.Buffer).ReadFrom # TODO
147
- - syscall.FreeLibrary
+ - windows.FreeLibrary
148
- golang.org/x/sys/windows.CloseHandle
149
- golang.org/x/sys/windows.ResetEvent
150
- (*golang.org/x/sys/windows/svc/eventlog.Log).Info
0 commit comments