You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- closes: #6125
Changes:
- drop `gomnd` as it has been replaced by `mnd` (see golangci/golangci-lint#4572) and then removed (see golangci/golangci-lint#5110)
- addresses warning: `WARN [lintersdb] The linter "gomnd" is deprecated (step 2) and deactivated. It should be removed
from the list of disabled linters. https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle`
- disable `tenv` as the same functionality is provided by `usetesting` and we enable it with `enable-all: true`
- addresses warning: `WARN The linter 'tenv' is deprecated (since v1.64.0) due to: Duplicate feature
another linter. Replaced by usetesting.`
0 commit comments