.golangci.yml: rm legacy and common-false-positives
Those were originally added by golangci-lint migrate, but currently do not result in any warnings being suppressed. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
543a7ea062
commit
8690b20732
|
|
@ -69,8 +69,6 @@ linters:
|
||||||
generated: strict
|
generated: strict
|
||||||
presets:
|
presets:
|
||||||
- comments
|
- comments
|
||||||
- common-false-positives
|
|
||||||
- legacy
|
|
||||||
- std-error-handling
|
- std-error-handling
|
||||||
rules:
|
rules:
|
||||||
- linters:
|
- linters:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue