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

golangci: update configuration from org-wide linter #1013

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. golangci: update configuration from org-wide linter

    We can't reuse the job at the moment because of the tree service code (#1007),
    but let's at least grab the best settings we can have now (they don't change
    often anyway).
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e995083 View commit details
    Browse the repository at this point in the history
  2. api: fix intrange linter warning in test code

       for loop can be changed to `i := range expected` (intrange)
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eefbb60 View commit details
    Browse the repository at this point in the history