Drop unsupported config option
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
41b296a74b
commit
860e329773
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue