Skip to content

Commit bf83f70

Browse files
committed
rm invalid linter
1 parent 8e52827 commit bf83f70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ linters:
219219
- errcheck
220220
- errname
221221
- errorlint
222-
- exportloopref
223222
- forcetypeassert
224223
- gocritic
225224
- gocyclo

sysboxutil/manager.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ import (
55
"os"
66
"time"
77

8-
"github.com/coder/envbox/xunix"
98
"golang.org/x/xerrors"
9+
10+
"github.com/coder/envbox/xunix"
1011
)
1112

1213
const ManagerSocketPath = "/run/sysbox/sysmgr.sock"

0 commit comments

Comments
 (0)