chore(lint): bump linter from v2.4.0 to v2.11.4

This commit is contained in:
Quentin McGaw
2026-08-05 14:26:21 +00:00
parent d994ce5809
commit 3ae441e862
24 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ func initModule(path string) (err error) {
default:
const moduleParams = ""
const flags = 0
err = unix.FinitModule(int(file.Fd()), moduleParams, flags)
err = unix.FinitModule(int(file.Fd()), moduleParams, flags) //nolint:gosec
switch {
case err == nil, err == unix.EEXIST: //nolint:err113
return nil