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.
1 parent 7b5dce9 commit cae0049Copy full SHA for cae0049
.github/workflows/golangci-lint.yml
@@ -22,5 +22,5 @@ jobs:
22
- name: golangci-lint
23
uses: golangci/golangci-lint-action@v3
24
with:
25
- version: v1.54.0
+ version: v1.56.2
26
working-directory: ${{matrix.working-directory}}
.golangci.yml
@@ -12,8 +12,8 @@ linters:
12
- errorlint
13
- exhaustive
14
- exportloopref
15
- - ginkgolinter
16
- - goconst
+ # - ginkgolinter
+ # - goconst
17
- gocritic
18
- gocyclo
19
- gofmt
0 commit comments