File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ linters-settings:
11
11
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Warnf
12
12
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Errorf
13
13
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Fatalf
14
- golint :
15
- min-confidence : 0
16
14
gocyclo :
17
15
min-complexity : 10
18
16
maligned :
@@ -57,19 +55,15 @@ linters:
57
55
- ineffassign
58
56
- stylecheck
59
57
- misspell
60
- - deadcode
61
58
- staticcheck
62
- - structcheck
63
59
- unused
64
60
- prealloc
65
61
- typecheck
66
- - varcheck
67
62
# additional linters
68
63
- bodyclose
69
64
- gocritic
70
65
- goerr113
71
66
- goimports
72
- - golint
73
67
- gomnd
74
68
- misspell
75
69
- noctx
Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ func FormatProductName(s string) string {
211
211
return "x12spo-ntf"
212
212
case "Micron_5200_MTFDDAK480TDN" :
213
213
return "5200MAX"
214
+ case "SYS-221H-TN24R" :
215
+ return "x13dem"
214
216
default :
215
217
return s
216
218
}
You can’t perform that action at this time.
0 commit comments