File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33
33
uses : golangci/golangci-lint-action@v2.5.1
34
34
with :
35
35
version : latest
36
+ skip-pkg-cache : true
37
+ skip-build-cache : true
36
38
tests-on-windows :
37
39
needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
38
40
runs-on : windows-latest
Original file line number Diff line number Diff line change @@ -133,10 +133,10 @@ issues:
133
133
- gocritic
134
134
text : " unnecessaryDefer:"
135
135
136
- # seems flaky
137
- - linters :
138
- - nolintlint
139
- text : ' directive `//\s?nolint:\s?staticcheck` is unused for linter "staticcheck"'
136
+ # # seems flaky
137
+ # - linters:
138
+ # - nolintlint
139
+ # text: 'directive `//\s?nolint:\s?staticcheck` is unused for linter "staticcheck"'
140
140
141
141
run :
142
142
skip-dirs :
You can’t perform that action at this time.
0 commit comments