Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(ci): sort linter rules (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
estensen and davidtaikocha authored Jan 7, 2024
1 parent 956e202 commit c5f1616
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@ issues:
linters:
disable-all: true
enable:
- bidichk
- durationcheck
- exportloopref
- errcheck
- errchkjson
- errname
- errorlint
- exhaustive
- goconst
- goimports
- gosimple
- govet
- ineffassign
- lll
- makezero
- misspell
- unconvert
- staticcheck
- typecheck
- unconvert
- unused
- staticcheck
- lll
- bidichk
- durationcheck
- exportloopref
- whitespace
- errname
- errorlint
- errcheck
- errchkjson
- exhaustive
- makezero

linters-settings:
gofmt:
Expand Down

0 comments on commit c5f1616

Please sign in to comment.