We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bc225 commit a50b9a8Copy full SHA for a50b9a8
.golangci.yml
@@ -111,6 +111,3 @@ issues:
111
linters:
112
- staticcheck
113
text: "svc.IsAnInteractiveSession is deprecated: Use IsWindowsService instead."
114
- - path: models/unit/unit.go
115
- linters:
116
- - typecheck
models/unit/unit.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
// UnitType is Unit's Type
16
-type UnitType int
+type UnitType int // nolint: golint
17
18
// Enumerate all the unit types
19
const (
0 commit comments