Skip to content

Commit

Permalink
golangci config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Apr 20, 2024
1 parent aff894a commit 8f6e2b5
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
tests: false # TODO lint tests too

linters:
disable-all: true
enable:
- gocritic
- gosimple
- govet
- errcheck
- ineffassign
- staticcheck
- stylecheck
- typecheck

0 comments on commit 8f6e2b5

Please sign in to comment.