docs(decorder): fix disable-init-func-first-check: false
elaboration (#2560)
This commit is contained in:
parent
331073affb
commit
07f9b12e99
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user