Skip to content

Commit 07f9b12

Browse files
authored
docs(decorder): fix disable-init-func-first-check: false elaboration (#2560)
1 parent 331073a commit 07f9b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ linters-settings:
136136
# Default: true (disabled)
137137
disable-dec-order-check: false
138138

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

0 commit comments

Comments
 (0)