Skip to content

Commit b6a2cb6

Browse files
committed
test
1 parent b294465 commit b6a2cb6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/.golangci.v2.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
# https://golangci-lint.run/usage/configuration/
22
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
113

124
linters:
135
default: none
146
enable:
157
- govet
168
- misspell
179
- errcheck
10+
settings:
11+
govet:
12+
enable:
13+
- shadow
14+
misspell:
15+
locale: US
16+
errcheck:
17+
check-type-assertions: false
18+
check-blank: false
1819
exclusions:
1920
presets:
2021
- comments
2122
- common-false-positives
2223
- legacy
2324
- std-error-handling
2425

25-
formatters:
26-
default: none
27-
2826
issues:
2927
max-same-issues: 0

0 commit comments

Comments
 (0)