We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bbb04 commit 796d606Copy full SHA for 796d606
.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
+ - golang.org/x/sys/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