Skip to content

Conversation

@michalvavrik
Copy link
Contributor

Changes:

  • drop gomnd as it has been replaced by mnd (see feat: replace gomnd by mnd golangci/golangci-lint#4572) and then removed (see feat: deprecation step 2 of execinquery and gomnd 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.

Release Note

NONE

- closes: apache#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.`
@squakez squakez linked an issue Sep 9, 2025 that may be closed by this pull request
@squakez squakez merged commit 5229675 into apache:main Sep 9, 2025
9 checks passed
@michalvavrik michalvavrik deleted the feature/deprecated-lint branch September 9, 2025 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecated lints

2 participants