Skip to content

Commit

Permalink
Update golang-ci lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Sep 28, 2022
1 parent 0fdd07b commit 19f008e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ linters:
- contextcheck
- cyclop
- exhaustivestruct
- exhaustruct
- forbidigo
- funlen
- gochecknoglobals
Expand All @@ -17,21 +18,24 @@ linters:
- goerr113
- gomnd
- ifshort
- interfacebloat
- interfacer
- ireturn
- lll
- nestif
- nilnil
- nlreturn
- noctx
- nolintlint
- nonamedreturns
- nosnakecase
- revive
- tagliatelle
- testpackage
- varnamelen
- whitespace
- wrapcheck
- wsl
- nolintlint

linters-settings:
revive:
Expand Down

0 comments on commit 19f008e

Please sign in to comment.