Skip to content

Commit

Permalink
Merge pull request #2374 from OffchainLabs/rm-lint-warn
Browse files Browse the repository at this point in the history
Remove a warning from the linter.
  • Loading branch information
joshuacolvin0 authored Jun 10, 2024
2 parents 2363b04 + 587fba7 commit aa0a516
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 aa0a516

Please sign in to comment.