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.
2 parents e979378 + 38015e2 commit 9d69bb2Copy full SHA for 9d69bb2
.github/workflows/ci.yml
@@ -77,9 +77,9 @@ jobs:
77
exit 1
78
fi
79
- name: Lint
80
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
81
with:
82
- version: v1.29
+ version: v2.1.6
83
84
licensedci:
85
name: Check Licenses
.golangci.yml
@@ -1,4 +1,23 @@
1
+version: "2"
2
linters:
- disable-all: true
3
+ default: none
4
+ exclusions:
5
+ generated: lax
6
+ presets:
7
+ - comments
8
+ - common-false-positives
9
+ - legacy
10
+ - std-error-handling
11
+ paths:
12
+ - third_party$
13
+ - builtin$
14
+ - examples$
15
+formatters:
16
enable:
17
- goimports
18
19
20
21
22
23
0 commit comments