Skip to content

Commit

Permalink
Rename goerr113 linter to err113
Browse files Browse the repository at this point in the history
Resolve golangci-lint warning regarding deprecated name of
linter active in the config file for the `unstable` image.

Sort linters list alphabetically.

refs GH-1543
  • Loading branch information
atc0005 committed May 27, 2024
1 parent cb0f0b9 commit abcfa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unstable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ linters:
# - depguard
- dogsled
- dupl
- exportloopref
- err113
- errcheck
- exportloopref
- gochecknoglobals
- gocognit
- goconst
- gocritic
- gocyclo
- goerr113
- gofmt
- goimports
- gosec
Expand Down

0 comments on commit abcfa6b

Please sign in to comment.