Skip to content

Commit c80529b

Browse files
committed
Include paths containing libevm
1 parent 110e6bc commit c80529b

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
@@ -38,8 +38,7 @@ issues:
3838
text: "SA1019: rand\\.(Seed|Read) has been deprecated since Go 1\\.20"
3939
linters:
4040
- staticcheck
41-
42-
- path-except: "(plugin\\/.+\\.go|.+_ext\\.go)"
41+
- path-except: "(_ext|plugin\\/.+|libevm.*)\\.go"
4342
linters:
4443
- errcheck
4544
- errorlint

0 commit comments

Comments
 (0)