Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Fix deprecation warnings of golangci-lint #469

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

mkilchhofer
Copy link
Collaborator

@mkilchhofer mkilchhofer commented Oct 18, 2024

This PR fixes these deprecation warnings:

$ golangci-lint-1.59.1 run
WARN [config_reader] The configuration option `linters.errcheck.ignore` is deprecated, please use `linters.errcheck.exclude-functions`.
WARN [config_reader] The configuration option `linters.gomnd.settings` is deprecated. Please use the options `linters.gomnd.checks`,`linters.gomnd.ignored-numbers`,`linters.gomnd.ignored-files`,`linters.gomnd.ignored-functions`.
WARN [lintersdb] The name "vet" is deprecated. The linter has been renamed to: govet.
WARN [lintersdb] The name "vetshadow" is deprecated. The linter has been renamed to: govet.
WARN The linter 'gomnd' is deprecated (since v1.58.0) due to: The linter has been renamed. Replaced by mnd.

Note for reviewers:

  • Disable whitespace diff :)

    image

@the-technat the-technat merged commit e0048c4 into main Oct 18, 2024
7 checks passed
@the-technat the-technat deleted the bugfix/update_golangci_config branch October 18, 2024 10:22
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.

2 participants