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 b294465 commit b6a2cb6Copy full SHA for b6a2cb6
.github/.golangci.v2.yml
@@ -1,29 +1,27 @@
1
# https://golangci-lint.run/usage/configuration/
2
version: "2"
3
-linters-settings:
4
- govet:
5
- check-shadowing: true
6
- misspell:
7
- locale: US
8
- errcheck:
9
- check-type-assertions: false
10
- check-blank: false
11
12
linters:
13
default: none
14
enable:
15
- govet
16
- misspell
17
- errcheck
+ settings:
+ govet:
+ enable:
+ - shadow
+ misspell:
+ locale: US
+ errcheck:
+ check-type-assertions: false
18
+ check-blank: false
19
exclusions:
20
presets:
21
- comments
22
- common-false-positives
23
- legacy
24
- std-error-handling
25
-formatters:
26
- default: none
27
-
28
issues:
29
max-same-issues: 0
0 commit comments