Skip to content

Commit

Permalink
chore(ci): sync golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 25, 2024
1 parent 407dc3d commit 78fd6fd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
run:
tests: false

issues:
include:
- EXC0001
- EXC0005
- EXC0011
- EXC0012
- EXC0013

max-issues-per-linter: 0
max-same-issues: 0

linters:
enable:
- bodyclose
- gofumpt
- goimports
- gosec
- nilerr
- revive
- rowserrcheck
- sqlclosecheck
- tparallel
- unconvert
- unparam
- whitespace

0 comments on commit 78fd6fd

Please # to comment.