Skip to content

Commit

Permalink
chore: Update .golangci.yml in tsnsrv
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Aug 22, 2023
1 parent 5f8648f commit 13f6f96
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 @@
run:
concurrency: 4
timeout: 3m
tests: false

linters:
presets:
- bugs
- comment
- error
- import
- metalinter
- module
- performance
- sql
- unused
disable:
- depguard

0 comments on commit 13f6f96

Please sign in to comment.