Skip to content

Commit 05917ac

Browse files
committed
Upgrade golangci-lint
like #159 Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent ad5c15b commit 05917ac

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
go-version-file: .go-version
3333
cache: true
3434
- name: Golangci-lint
35-
uses: golangci/golangci-lint-action@v6.5.1
35+
uses: golangci/golangci-lint-action@v8.0.0

.golangci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
linters:
1+
formatters:
22
enable:
33
- goimports
44
- misspell
55
- revive
66

7-
issues:
8-
exclude-rules:
9-
- path: _test.go
10-
linters:
11-
- errcheck
7+
linters:
8+
exclusions:
9+
rules:
10+
- path: _test.go
11+
linters:
12+
- errcheck

0 commit comments

Comments
 (0)