Skip to content

Commit

Permalink
chore: setup golangci-lint config file
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Feb 20, 2025
1 parent 0f8947f commit b53602c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
issues:
max-same-issues: 0
linters:
disable-all: true
enable: # please keep this alphabetized
- errcheck
- gofmt
- goimports
- gosimple
- govet
- ineffassign
- staticcheck
- unused
linters-settings: # please keep this alphabetized
goimports:
local-prefixes: go.etcd.io # Put imports beginning with prefix after 3rd-party packages.

0 comments on commit b53602c

Please sign in to comment.