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

Enable same linters as the Prometheus repo itself #1056

Merged
merged 6 commits into from Jun 17, 2022

Commits on May 21, 2022

  1. Add gofumpt to github workflow & fix all files for it

    Signed-off-by: sazary <soroosh@azary.ir>
    sazary committed May 21, 2022
    Copy the full SHA
    d8e8581 View commit details
    Browse the repository at this point in the history
  2. Add goimports to golangci & fix it's issues

    Signed-off-by: sazary <soroosh@azary.ir>
    sazary committed May 21, 2022
    Copy the full SHA
    d1bc032 View commit details
    Browse the repository at this point in the history
  3. Add revive to golangci & fix it's issues

    Signed-off-by: sazary <soroosh@azary.ir>
    sazary committed May 21, 2022
    Copy the full SHA
    9e10beb View commit details
    Browse the repository at this point in the history
  4. Add errcheck & misspell to golangci and fix their issues

    Signed-off-by: sazary <soroosh@azary.ir>
    sazary committed May 21, 2022
    Copy the full SHA
    3dfd8d0 View commit details
    Browse the repository at this point in the history
  5. Add govet & gosimple to golangci and fix their issues

    Signed-off-by: sazary <soroosh@azary.ir>
    sazary committed May 21, 2022
    Copy the full SHA
    af8a55f View commit details
    Browse the repository at this point in the history
  6. Enable all default linters of golangci

    Signed-off-by: sazary <soroosh@azary.ir>
    sazary committed May 21, 2022
    Copy the full SHA
    2805eab View commit details
    Browse the repository at this point in the history