We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece3e00 commit f5b35c7Copy full SHA for f5b35c7
.github/workflows/pr.yml
@@ -33,6 +33,8 @@ jobs:
33
uses: golangci/[email protected]
34
with:
35
version: latest
36
+ skip-pkg-cache: true
37
+ skip-build-cache: true
38
tests-on-windows:
39
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
40
runs-on: windows-latest
.golangci.yml
@@ -133,10 +133,10 @@ issues:
133
- gocritic
134
text: "unnecessaryDefer:"
135
136
- # seems flaky
137
- - linters:
138
- - nolintlint
139
- text: 'directive `//\s?nolint:\s?staticcheck` is unused for linter "staticcheck"'
+# # seems flaky
+# - linters:
+# - nolintlint
+# text: 'directive `//\s?nolint:\s?staticcheck` is unused for linter "staticcheck"'
140
141
run:
142
skip-dirs:
0 commit comments