Skip to content

Commit 3b0f5c2

Browse files
committed
migrate configuration to v2
1 parent 8e2ff5b commit 3b0f5c2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

testdata/loadconfig/.golangci.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1+
version: "2"
12
linters:
23
enable:
34
- wsl
45
disable:
56
- unused
7+
exclusions:
8+
generated: lax
9+
presets:
10+
- comments
11+
- common-false-positives
12+
- legacy
13+
- std-error-handling
14+
paths:
15+
- third_party$
16+
- builtin$
17+
- examples$
18+
formatters:
19+
exclusions:
20+
generated: lax
21+
paths:
22+
- third_party$
23+
- builtin$
24+
- examples$

0 commit comments

Comments
 (0)