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 a version parameter in the linter install script #1688

Merged
merged 4 commits into from
Sep 21, 2020

Commits on Sep 18, 2020

  1. Use a version parameter in the linter install script

    To avoid specifying the version of 'golangci-lint' in multiple places, it is now a parameter in the 'install-golangcilint.sh' script. With this change, the version of 'golangci-lint' is only declared in the Makefile.
    
    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    f295c6a View commit details
    Browse the repository at this point in the history
  2. Set parameter for 'imports' target

    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    b4ba3e8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into nfnt/lint-version-parameter

    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    c39850a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Fix version string

    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    c744661 View commit details
    Browse the repository at this point in the history