Skip to content

Commit

Permalink
chore(linters): configure golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Aug 20, 2024
1 parent 61a6514 commit 7e23356
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
run:
concurrency: 4
timeout: 5m
tests: true
allow-parallel-runners: true
go: '1.23'

linters:
enable:
- gosec
- gci

issues:
new: true
exclude-rules:

- path: main.go
linters:
- gci

0 comments on commit 7e23356

Please sign in to comment.