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 796d949 commit 5efc3f1Copy full SHA for 5efc3f1
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run golangci-lint
23
uses: golangci/golangci-lint-action@v3
24
with:
25
- version: v1.48.0
+ version: v1.49.0
26
args: --verbose
27
- name: Run yamllint
28
run: yamllint .
.golangci.yml
@@ -22,7 +22,6 @@ run:
linters:
disable-all: true
enable:
- - deadcode
- depguard
- gofmt
- goimports
@@ -31,9 +30,7 @@ linters:
31
30
- misspell
32
- nakedret
33
# - prealloc
34
- - structcheck
35
- typecheck
36
- - varcheck
37
# - asciicheck
38
# - bodyclose
39
# - dogsled
@@ -78,7 +75,7 @@ linters:
78
75
# - tparallel
79
76
# - unconvert
80
77
# - unparam
81
- # - unused
+ - unused
82
# - whitespace
83
# - wrapcheck
84
# - wsl
0 commit comments