Skip to content

Commit

Permalink
Add additional lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed May 20, 2024
1 parent 7f03483 commit 60f2f92
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 @@ -22,7 +22,8 @@ linters:
- gci
- goconst
- gocritic
- gofmt
- godot
- gofumpt
- gosec
- gosimple
- gosmopolitan
Expand All @@ -34,6 +35,7 @@ linters:
- nilerr
- nilnil
- noctx
- staticcheck
- stylecheck
- testifylint
- thelper
Expand Down

0 comments on commit 60f2f92

Please sign in to comment.