Skip to content

Commit

Permalink
Update lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Jul 24, 2024
1 parent 2d4d2a1 commit dc0b89c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
run:
timeout: 3m
modules-download-mode: readonly
skip-dirs:

issues:
exclude-dirs:
- sample

linters:
Expand All @@ -13,4 +15,3 @@ linters:
- goimports
- misspell
- whitespace

0 comments on commit dc0b89c

Please sign in to comment.