Skip to content

Commit f5b35c7

Browse files
committed
WIP
1 parent ece3e00 commit f5b35c7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: golangci/[email protected]
3434
with:
3535
version: latest
36+
skip-pkg-cache: true
37+
skip-build-cache: true
3638
tests-on-windows:
3739
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
3840
runs-on: windows-latest

.golangci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ issues:
133133
- gocritic
134134
text: "unnecessaryDefer:"
135135

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"'
140140

141141
run:
142142
skip-dirs:

0 commit comments

Comments
 (0)