We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e52827 commit bf83f70Copy full SHA for bf83f70
.golangci.yaml
@@ -219,7 +219,6 @@ linters:
219
- errcheck
220
- errname
221
- errorlint
222
- - exportloopref
223
- forcetypeassert
224
- gocritic
225
- gocyclo
sysboxutil/manager.go
@@ -5,8 +5,9 @@ import (
5
"os"
6
"time"
7
8
- "github.com/coder/envbox/xunix"
9
"golang.org/x/xerrors"
+
10
+ "github.com/coder/envbox/xunix"
11
)
12
13
const ManagerSocketPath = "/run/sysbox/sysmgr.sock"
0 commit comments