We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1743d91 commit e08b7e4Copy full SHA for e08b7e4
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
fetch-depth: 25
64
65
- name: Dependencies
66
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
+ run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
67
68
- name: Lint
69
shell: bash
.golangci.yml
@@ -12,5 +12,11 @@ linters:
12
disable:
13
- errcheck
14
15
+issues:
16
+ exclude-rules:
17
+ - linters:
18
+ - revive
19
+ text: "unused-parameter"
20
+
21
run:
22
timeout: 3m
0 commit comments