Skip to content

Commit

Permalink
Create .golangci.yml (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored Feb 25, 2022
1 parent 8fff7c0 commit 448f4a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
run:
timeout: 5m
linters:
enable-all: true
disable:
- exhaustivestruct
- stylecheck
- wrapcheck
- wsl
issues:
exclude-use-default: false

0 comments on commit 448f4a0

Please sign in to comment.