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 to golangci-lint v1.18.0 #1415

Merged
merged 4 commits into from
Sep 12, 2019
Merged

✨ Update to golangci-lint v1.18.0 #1415

merged 4 commits into from
Sep 12, 2019

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    cb5ae72 View commit details
    Browse the repository at this point in the history
  2. Fix gosimple warnings.

    S1011: should replace loop with `x = append(x, y...)`
    tpounds committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    161ff62 View commit details
    Browse the repository at this point in the history
  3. Invert enabled/disabled linter configuration.

    Updates .golangci.yml to enable all linters by default
    and disable noisy ones. This explicitly documents which
    linters are not being used by the project.
    tpounds committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    d9e04d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3c5735 View commit details
    Browse the repository at this point in the history