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

Bump golangci-lint to v1.53.2 #1268

Merged
merged 5 commits into from
Jun 27, 2023
Merged

Commits on Jun 14, 2023

  1. Disable depguard

    Newer versions of depguard, as used in golangci-lint 1.53.0 and later,
    deny imports by default. As a result, depguard should only be enabled
    if it's going to be used, which isn't the case currently in Submariner
    projects.
    
    Signed-off-by: Stephen Kitt <[email protected]>
    skitt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5d3da46 View commit details
    Browse the repository at this point in the history
  2. Bump golangci-lint to v1.53.2

    This adds
    - gosmopolitan
    - mirror
    - tagalign
    - zerologlint
    
    These will be enabled as appropriate in later PRs.
    
    It also migrates to depguard v2, requiring configuration updates for
    projects using it.
    
    Signed-off-by: Stephen Kitt <[email protected]>
    skitt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3184126 View commit details
    Browse the repository at this point in the history
  3. Enable new linters, clean up configuration

    This sorts the list of enabled linters and removes commented entries
    for deprecated and obsolete linters.
    
    Signed-off-by: Stephen Kitt <[email protected]>
    skitt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a7f2e57 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    681b1f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    55a6645 View commit details
    Browse the repository at this point in the history