Skip to content

Commit

Permalink
Add .golangci.yml config
Browse files Browse the repository at this point in the history
Add missing .golangci.yml config file from #3546.
  • Loading branch information
pkwarren committed Aug 25, 2023
1 parent 7dd99c0 commit a87973a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
linters:
enable:
- bodyclose
- contextcheck
- errcheck
- errorlint
- exportloopref
- goimports
- gosec
- gosimple
- govet
- ineffassign
- noctx
- staticcheck
- unconvert
- unused

0 comments on commit a87973a

Please sign in to comment.