Skip to content

Commit 48a4806

Browse files
committed
Include paths containing libevm
1 parent 3433c6c commit 48a4806

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ issues:
2222
text: "SA1019: rand\\.(Seed|Read) has been deprecated since Go 1\\.20"
2323
linters:
2424
- staticcheck
25-
26-
- path-except: "(plugin\\/.+\\.go|.+_ext\\.go)"
25+
- path-except: "(_ext|plugin\\/.+|libevm.*)\\.go"
2726
linters:
2827
- errcheck
2928
- errorlint

0 commit comments

Comments
 (0)