We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
disable-init-func-first-check: false
1 parent 331073a commit 07f9b12Copy full SHA for 07f9b12
.golangci.example.yml
@@ -136,7 +136,7 @@ linters-settings:
136
# Default: true (disabled)
137
disable-dec-order-check: false
138
139
- # 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).
140
141
142
0 commit comments