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 ad5c15b commit b4dcaa0Copy full SHA for b4dcaa0
.github/workflows/ci.yml
@@ -32,4 +32,4 @@ jobs:
32
go-version-file: .go-version
33
cache: true
34
- name: Golangci-lint
35
- uses: golangci/golangci-lint-action@v6.5.1
+ uses: golangci/golangci-lint-action@v8.0.0
.golangci.yml
@@ -1,11 +1,13 @@
1
-linters:
+version: "2"
2
+formatters:
3
enable:
4
- goimports
5
- misspell
6
- revive
7
-issues:
8
- exclude-rules:
9
- - path: _test.go
10
- linters:
11
- - errcheck
+linters:
+ exclusions:
+ rules:
+ - path: _test.go
12
+ linters:
13
+ - errcheck
0 commit comments