Drop unsupported config option

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-04-21 13:03:29 -07:00
parent 41b296a74b
commit 860e329773
1 changed files with 0 additions and 5 deletions

View File

@ -146,11 +146,6 @@ linters-settings:
tab-width: 1
unused:
# treat code as a program (not a library) and report unused exported identifiers; default is false.
# XXX: if you enable this setting, unused will report a lot of false-positives in text editors:
# if it's called for subdir of a project it can't find funcs usages. All text editor integrations
# with golangci-lint call it on a directory with the changed file.
exported-is-used: true
exported-fields-are-used: true
unparam: