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

lint: replace deprecated linter names #5298

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

laurazard
Copy link
Member

@laurazard laurazard commented Jul 25, 2024

- What I did

Got tired of my lsp complaining, so I fixed up our .golangci.yml:

  • megacheck has been deprecated/split into gosimple, staticcheck,
    and unused, which we're already using – link

  • vet is now govet - link

For more context, see: golangci/golangci-lint#4562

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@laurazard laurazard requested review from thaJeztah and vvoland July 25, 2024 11:25
@laurazard laurazard self-assigned this Jul 25, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.00%. Comparing base (788e996) to head (cc41632).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5298      +/-   ##
==========================================
- Coverage   61.45%   61.00%   -0.46%     
==========================================
  Files         299      296       -3     
  Lines       20856    20848       -8     
==========================================
- Hits        12818    12718     -100     
- Misses       7122     7212      +90     
- Partials      916      918       +2     

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@laurazard laurazard enabled auto-merge July 25, 2024 11:33
@laurazard laurazard merged commit 826fc32 into docker:master Jul 25, 2024
95 checks passed
@thaJeztah thaJeztah added this to the 28.0.0 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants