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

Update golangci linters #115

Merged
merged 2 commits into from Oct 19, 2022
Merged

Update golangci linters #115

merged 2 commits into from Oct 19, 2022

Commits on Oct 16, 2022

  1. .golangci.yml: Replace deprecated golint with revive

    "The repository of the linter has been archived by the owner. Replaced by
    revive."
    
    Signed-off-by: Manuel Rüger <manuel@rueg.eu>
    mrueg committed Oct 16, 2022
    Copy the full SHA
    6f56c6f View commit details
    Browse the repository at this point in the history
  2. .golangci.yml: Enable goimports and misspell linters

    These are enabled in prometheus/prometheus already
    
    Signed-off-by: Manuel Rüger <manuel@rueg.eu>
    mrueg committed Oct 16, 2022
    Copy the full SHA
    67c5ada View commit details
    Browse the repository at this point in the history