Skip to content

Commit

Permalink
Merge pull request #16 from bmc-toolbox/add-x13dem
Browse files Browse the repository at this point in the history
Add product x13dem
  • Loading branch information
coffeefreak101 authored May 10, 2024
2 parents c9882db + f22ef53 commit 3db7cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ linters-settings:
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Warnf
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Errorf
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Fatalf
golint:
min-confidence: 0
gocyclo:
min-complexity: 10
maligned:
Expand Down Expand Up @@ -57,19 +55,15 @@ linters:
- ineffassign
- stylecheck
- misspell
- deadcode
- staticcheck
- structcheck
- unused
- prealloc
- typecheck
- varcheck
# additional linters
- bodyclose
- gocritic
- goerr113
- goimports
- golint
- gomnd
- misspell
- noctx
Expand Down
2 changes: 2 additions & 0 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ func FormatProductName(s string) string {
return "x12spo-ntf"
case "Micron_5200_MTFDDAK480TDN":
return "5200MAX"
case "SYS-221H-TN24R":
return "x13dem"
default:
return s
}
Expand Down

0 comments on commit 3db7cec

Please sign in to comment.