docs(decorder): fix disable-init-func-first-check: false elaboration (#2560)

This commit is contained in:
Ville Skyttä 2022-02-08 23:18:36 +02:00 committed by GitHub
parent 331073affb
commit 07f9b12e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ linters-settings:
# Default: true (disabled) # Default: true (disabled)
disable-dec-order-check: false 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) # Default: true (disabled)
disable-init-func-first-check: false disable-init-func-first-check: false