Skip to content

Commit c58ee5c

Browse files
committed
chore: update linter
1 parent 4a5584d commit c58ee5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
GO_VERSION: stable
16-
GOLANGCI_LINT_VERSION: v1.56.2
16+
GOLANGCI_LINT_VERSION: v1.57.2
1717
CGO_ENABLED: 0
1818

1919
steps:

.golangci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
run:
22
timeout: 2m
3-
skip-files: []
43

54
linters-settings:
65
govet:
@@ -96,7 +95,7 @@ linters:
9695

9796
issues:
9897
exclude-use-default: false
99-
max-per-linter: 0
98+
max-issues-per-linter: 0
10099
max-same-issues: 0
101100
exclude:
102101
- 'ST1000: at least one file in a package should have a package comment'

0 commit comments

Comments
 (0)