Skip to content

Commit

Permalink
Remove a warning from the linter.
Browse files Browse the repository at this point in the history
The `run.skip-dirs` option has been deprecated in favor of
`issues.exclude-dirs`.
  • Loading branch information
eljobe committed Jun 7, 2024
1 parent 2363b04 commit 587fba7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# golangci-lint configuration

run:
skip-dirs:
- go-ethereum
- fastcache

timeout: 10m

issues:
exclude-dirs:
- go-ethereum
- fastcache
exclude-rules:
- path: _test\.go
linters:
Expand Down

0 comments on commit 587fba7

Please sign in to comment.