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

Use golangci-lint in Drone Pipelines #255

Merged
merged 12 commits into from
Aug 2, 2021
Merged

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    d7ba26a View commit details
    Browse the repository at this point in the history
  2. unparam

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6f67b36 View commit details
    Browse the repository at this point in the history
  3. gocritic

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5535fb4 View commit details
    Browse the repository at this point in the history
  4. misspell

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e1fcb8e View commit details
    Browse the repository at this point in the history
  5. unconvert

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    79901b2 View commit details
    Browse the repository at this point in the history
  6. whitespace

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3cec055 View commit details
    Browse the repository at this point in the history
  7. gosimple

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6bcd3a6 View commit details
    Browse the repository at this point in the history
  8. staticcheck

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5b21713 View commit details
    Browse the repository at this point in the history
  9. stylecheck

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    c3be6b2 View commit details
    Browse the repository at this point in the history
  10. .golangci.toml

    trotttrotttrott committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    38e8652 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7533b89 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. when wrapping an error use %w instead of %v so it works with errors.U…

    …nwrap
    
    Co-authored-by: Leandro López <leandro.lopez@grafana.com>
    trotttrotttrott and inkel authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    ffa6177 View commit details
    Browse the repository at this point in the history