We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5c15b commit 05917acCopy full SHA for 05917ac
2 files changed
.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,12 @@
1
-linters:
+formatters:
2
enable:
3
- goimports
4
- misspell
5
- revive
6
7
-issues:
8
- exclude-rules:
9
- - path: _test.go
10
- linters:
11
- - errcheck
+linters:
+ exclusions:
+ rules:
+ - path: _test.go
+ linters:
12
+ - errcheck
0 commit comments