Skip to content

Commit

Permalink
add .golangci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Mar 14, 2024
1 parent 6e3c7d7 commit 6c45553
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
run:
timeout: 30m

linters:
enable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- unused
- zerologlint

issues:
max-same-issues: 0

0 comments on commit 6c45553

Please sign in to comment.