File tree Expand file tree Collapse file tree 2 files changed +3
-31
lines changed Expand file tree Collapse file tree 2 files changed +3
-31
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
+ with :
23
+ fetch-depth : 0 # required for new-from-rev option to work
22
24
- uses : actions/setup-go@v5
23
25
with :
24
26
go-version : stable
Original file line number Diff line number Diff line change @@ -78,38 +78,8 @@ linters-settings:
78
78
disabled : true
79
79
80
80
issues :
81
+ new-from-rev : 0b56af5a01b8a0c6fc9d60247bb79ffd03d1bcfd
81
82
exclude-dirs-use-default : false
82
- exclude-rules :
83
- - path-except : libevm
84
- linters :
85
- # If any issue is flagged in a non-libevm file, add the linter here
86
- # because the problem isn't under our control.
87
- - containedctx
88
- - forcetypeassert
89
- - errcheck
90
- - gci
91
- - gofmt
92
- - goheader
93
- - goimports
94
- - gosec
95
- - gosimple
96
- - govet
97
- - nakedret
98
- - nestif
99
- - nilerr
100
- - nolintlint
101
- - revive
102
- - staticcheck
103
- - tagliatelle
104
- - testableexamples
105
- - testifylint
106
- - thelper
107
- - tparallel
108
- - typecheck
109
- - usestdlibvars
110
- - varnamelen
111
- - wastedassign
112
- - whitespace
113
83
include :
114
84
# Many of the default exclusions are because, verbatim "Annoying issue",
115
85
# which defeats the point of a linter.
You can’t perform that action at this time.
0 commit comments