Skip to content

Commit 47baa2c

Browse files
authored
doc: fix example config yaml identation (#1976)
1 parent f0ba817 commit 47baa2c

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)