Skip to content

Commit

Permalink
docs(decorder): fix disable-init-func-first-check: false elaboration (
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 8, 2022
1 parent 331073a commit 07f9b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.example.yml
Expand Up @@ -136,7 +136,7 @@ linters-settings:
# Default: true (disabled)
disable-dec-order-check: false

# If true, `init` func can be anywhere in file (must not be declared before all other functions).
# If true, `init` func can be anywhere in file (does not have to be declared before all other functions).
# Default: true (disabled)
disable-init-func-first-check: false

Expand Down

0 comments on commit 07f9b12

Please sign in to comment.