Skip to content

Commit

Permalink
Add lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Nov 22, 2023
1 parent 432fde2 commit 53af4a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
linters:
disable-all: true
enable:
- bodyclose
- errcheck
- errorlint
- exhaustive
- gocritic
- goconst
- gocyclo
- gofmt
- gofumpt
- goimports
- gosimple
- govet
- ineffassign
- staticcheck
- unused

0 comments on commit 53af4a6

Please sign in to comment.