Skip to content

Commit

Permalink
doc: fix example config yaml identation (golangci#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov authored and SeigeC committed Apr 4, 2023
1 parent e85f7a8 commit 487dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.example.yml
Expand Up @@ -227,7 +227,7 @@ linters-settings:
underef:
# whether to skip (*x).method() calls where x is a pointer receiver (default true)
skipRecvDeref: true
unnamedResult:
unnamedResult:
# whether to check exported functions
checkExported: true

Expand Down

0 comments on commit 487dc5a

Please sign in to comment.