- 
                Notifications
    
You must be signed in to change notification settings  - Fork 460
 
Bump golangci-lint to v1.64.8 #5531
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.64.8 #5531
Conversation
| - revive # better version of golint | ||
| - staticcheck # some of staticcheck's rules | ||
| - stylecheck # another replacement for golint | ||
| - tenv # using os.Setenv instead of t.Setenv in tests | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tenv was deprecated and its functionality replaced by usetesting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
| 
           LGTM label has been added. Git tree hash: 2ccf7ed6bf24fb8b7802497fb2910f5df383ec5f 
       | 
    
| 
           [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: willie-yao The full list of commands accepted by this bot can be found here. The pull request process is described here 
Needs approval from an approver in each of these files:
 
      
 Approvers can indicate their approval by writing   | 
    
          Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@           Coverage Diff           @@
##             main    #5531   +/-   ##
=======================================
  Coverage   52.61%   52.61%           
=======================================
  Files         272      272           
  Lines       29485    29485           
=======================================
  Hits        15513    15513           
  Misses      13165    13165           
  Partials      807      807           ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
  | 
    
| 
           /retest  | 
    
    
      
        1 similar comment
      
    
  
    | 
           /retest  | 
    
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Bumps golangci-lint to v1.64.8. I didn't go for v2.0.2 because it seemed potentially more disruptive; we can follow on with those changes later.
Which issue(s) this PR fixes:
N/A, but I've been having trouble getting the current linter ever to pass locally: it just times out. This version seems to work, and quickly. Maybe something got fixed. 🤷
Special notes for your reviewer:
TODOs:
Release note: