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

Reconfigure Golangci Linter #1131

Closed
wants to merge 8 commits into from
Closed

Reconfigure Golangci Linter #1131

wants to merge 8 commits into from

Commits on Mar 11, 2022

  1. add style SCA check

    switchupcb committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    5075b3a View commit details
    Browse the repository at this point in the history
  2. fix comments and newlines

    switchupcb committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    22367b5 View commit details
    Browse the repository at this point in the history
  3. fix naked returns and nil errors

    Doesn't remove named return variables.
    switchupcb committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    65e8e14 View commit details
    Browse the repository at this point in the history
  4. remove wasted and ineffectual assignments

    switchupcb committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    f6f7c2b View commit details
    Browse the repository at this point in the history
  5. remove unused struct fields

    switchupcb committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    325bc28 View commit details
    Browse the repository at this point in the history
  6. fix long ifs

    + 3 wasted assignments
    switchupcb committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    18552a4 View commit details
    Browse the repository at this point in the history
  7. fix type assertion checks

    switchupcb committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    c15fc5d View commit details
    Browse the repository at this point in the history
  8. finalize style SCA fixes (for now)

    switchupcb committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    abd83d1 View commit details
    Browse the repository at this point in the history