Skip to content

Commit

Permalink
Update linter rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed May 27, 2024
1 parent cf9d571 commit 4879443
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ linters:
- deadcode
- depguard
- dupl
- err113
- errorlint
- execinquery
- exhaustive
- exhaustivestruct
- exhaustruct
Expand All @@ -142,7 +144,6 @@ linters:
- gochecknoinits
- gocognit
- goconst
- goerr113
- goheader
- golint
- gomnd
Expand All @@ -152,6 +153,7 @@ linters:
- lll
- maintidx
- maligned
- mnd
- musttag
- nestif
- nilnil
Expand Down

0 comments on commit 4879443

Please sign in to comment.