Skip to content

Commit

Permalink
ci: fix golangci config
Browse files Browse the repository at this point in the history
  • Loading branch information
iczc committed Oct 15, 2024
1 parent cc5d9ce commit 5ef07be
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
run:
timeout: 5m
skip-dirs:
- .github
- web

linters-settings:
misspell:
locale: US

linters:
disable-all: true
Expand All @@ -20,3 +13,12 @@ linters:
- revive
- unconvert
- unused

linters-settings:
misspell:
locale: US

issues:
exclude-dirs:
- .github
- web

0 comments on commit 5ef07be

Please sign in to comment.