We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2271827 + 18270cf commit 5239d32Copy full SHA for 5239d32
.github/workflows/golangci-lint.yml
@@ -19,5 +19,5 @@ jobs:
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@v3
21
with:
22
- version: v1.50.1
+ version: v1.51.1
23
working-directory: ${{matrix.working-directory}}
.golangci.yml
@@ -110,7 +110,7 @@ issues:
110
- linters:
111
- unparam
112
text: always receives
113
- # Dot imports for gomega or ginkgo are allowed
+ # Dot imports for gomega and ginkgo are allowed
114
# within test files.
115
- path: _test\.go
116
text: should not use dot imports
0 commit comments