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 e191cf9 commit 79a2becCopy full SHA for 79a2bec
.github/workflows/golangci-lint.yml
@@ -23,5 +23,5 @@ jobs:
23
- name: golangci-lint
24
uses: golangci/[email protected]
25
with:
26
- verify: false # disable verifying the configuration since golangci is currently introducing breaking changes in the configuration
+ verify: true
27
.golangci.yml
@@ -1,3 +1,23 @@
1
+version: "2"
2
run:
3
timeout: 5m
4
tests: false
5
+linters:
6
+ exclusions:
7
+ generated: lax
8
+ presets:
9
+ - comments
10
+ - common-false-positives
11
+ - legacy
12
+ - std-error-handling
13
+ paths:
14
+ - third_party$
15
+ - builtin$
16
+ - examples$
17
+formatters:
18
19
20
21
22
0 commit comments