Skip to content

Commit

Permalink
fix: update golangci config to use correct configuration options
Browse files Browse the repository at this point in the history
Release-As: 0.17.0
  • Loading branch information
turtletowerz committed Feb 28, 2025
1 parent 685bea5 commit e993a55
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
run:
skip-dirs:
- server/assets
skip-dirs-use-default: true

linters:
disable-all: true
enable:
Expand Down Expand Up @@ -70,6 +65,9 @@ linters:
- zerologlint

issues:
exclude-dirs:
- server/assets
exclude-dirs-use-default: true
exclude-rules:
- path: _test\.go
linters:
Expand Down

0 comments on commit e993a55

Please sign in to comment.