diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-09-10 12:36:42 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-09-10 14:05:26 +0000 |
| commit | a5ae4bf92b53630b492631bf78ec8d69e036e069 (patch) | |
| tree | ccbe605a94d13227bb567a6b91ff79f5757010c1 | |
| parent | 8c8b47c0c8cd80d1ff64780b9893d068439ead14 (diff) | |
golangci.yml: disable deprecated linters
WARN [lintersdb] The linter "maligned" is deprecated (step 2) and deactivated.
It should be removed from the list of disabled linters.
WARN [lintersdb] The linter "interfacer" is deprecated (step 2) and deactivated.
It should be removed from the list of disabled linters.
WARN [lintersdb] The linter "scopelint" is deprecated (step 2) and deactivated.
It should be removed from the list of disabled linters.
| -rw-r--r-- | .golangci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml index 04551758b..103562e1f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -49,18 +49,15 @@ linters: - gomnd - gomodguard - gosec - - maligned - rowserrcheck - testpackage - typecheck - ineffassign # errcheck would be good to enable, but we need to fix existing warnings first. - errcheck - - interfacer - unparam - nakedret - prealloc - - scopelint - gocritic - wsl |
