Skip to content

Commit

Permalink
Merge pull request #1547 from atc0005/i1543-update-linter-name
Browse files Browse the repository at this point in the history
Rename `goerr113` linter to `err113`
  • Loading branch information
atc0005 authored May 27, 2024
2 parents cb0f0b9 + abcfa6b commit 40a44d8
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 40a44d8

Please sign in to comment.