Skip to content

Commit

Permalink
doc: fix example config yaml identation (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed May 13, 2021
1 parent f0ba817 commit 47baa2c
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 47baa2c

Please sign in to comment.