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

[Backport into 5.17] CI | Fixing deprecated linter #1470

Merged
merged 4 commits into from
Nov 3, 2024

Commits on Nov 3, 2024

  1. Fixing the CLI decision error handling to avoid lint errors

    Fixing the CLI decision error handling to avoid lint errors
    
    Signed-off-by: liranmauda <[email protected]>
    (cherry picked from commit 10d81d1)
    liranmauda committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    23ce940 View commit details
    Browse the repository at this point in the history
  2. Using golangci-lint for lint in the Makefile target

    - Using `golangci-lint` for lint in the Makefile target
    - Adding `.golangci.yml` as a configuration file
    - Fixing some lint errors
    
    Signed-off-by: liranmauda <[email protected]>
    (cherry picked from commit 496b2dd)
    liranmauda committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    28f2a2f View commit details
    Browse the repository at this point in the history
  3. Minor lint fixes

    Signed-off-by: Kaustav Majumder <[email protected]>
    (cherry picked from commit 11392ab)
    Kaustav Majumder authored and liranmauda committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    272d99a View commit details
    Browse the repository at this point in the history
  4. Removing golangci-lint-action in favor or make lint

    Removing golangci-lint-action in favor or make lint
    
    Signed-off-by: liranmauda <[email protected]>
    (cherry picked from commit 88564d2)
    liranmauda committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    9f845db View commit details
    Browse the repository at this point in the history