Skip to content

Commit 487dc5a

Browse files
butuzovSeigeC
authored andcommitted
doc: fix example config yaml identation (golangci#1976)
1 parent e85f7a8 commit 487dc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ linters-settings:
227227
underef:
228228
# whether to skip (*x).method() calls where x is a pointer receiver (default true)
229229
skipRecvDeref: true
230-
unnamedResult:
230+
unnamedResult:
231231
# whether to check exported functions
232232
checkExported: true
233233

0 commit comments

Comments
 (0)