unused: remove exported-is-used option
This commit is contained in:
parent
90664f6c85
commit
a9ea7d32dc
@ -2389,9 +2389,6 @@ linters-settings:
|
|||||||
# Treat IncDec statement (e.g. `i++` or `i--`) as both read and write operation instead of just write.
|
# Treat IncDec statement (e.g. `i++` or `i--`) as both read and write operation instead of just write.
|
||||||
# Default: false
|
# Default: false
|
||||||
post-statements-are-reads: true
|
post-statements-are-reads: true
|
||||||
# Mark all exported identifiers as used.
|
|
||||||
# Default: true
|
|
||||||
exported-is-used: false
|
|
||||||
# Mark all exported fields as used.
|
# Mark all exported fields as used.
|
||||||
# default: true
|
# default: true
|
||||||
exported-fields-are-used: false
|
exported-fields-are-used: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user