Skip to content

Commit

Permalink
chore(ci/lint): fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed May 23, 2024
1 parent c0be764 commit e454943
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 @@ -5,7 +5,7 @@ linters:
- gomnd
- gochecknoglobals
- testpackage
- goerr113
- err113
- exhaustivestruct
- paralleltest
- nolintlint
Expand All @@ -15,6 +15,7 @@ linters:
- nonamedreturns
- exhaustruct
- depguard
- mnd

# Deprecated
- maligned
Expand All @@ -26,3 +27,4 @@ linters:
- nosnakecase
- ifshort
- deadcode
- execinquery

0 comments on commit e454943

Please sign in to comment.