Skip to content

Commit

Permalink
ci: add golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Sep 21, 2024
1 parent e57e3bc commit 788ea89
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
run:
tests: false

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

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

0 comments on commit 788ea89

Please sign in to comment.