Skip to content

Commit b478706

Browse files
committed
fix format
1 parent 17f3caa commit b478706

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.golangci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ linters-settings:
4040
settings:
4141
mnd:
4242
# don't include the "operation" and "assign"
43-
checks: argument,case,condition,return
43+
checks:
44+
- argument
45+
- case
46+
- condition
47+
- return
4448
govet:
4549
check-shadowing: true
4650
settings:
@@ -120,7 +124,7 @@ linters:
120124
# - wsl
121125
- ifshort
122126

123-
issues:
127+
# issues:
124128
# Excluding configuration per-path, per-linter, per-text and per-source
125129
# exclude-rules:
126130
# - path: _test\.go

0 commit comments

Comments
 (0)