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

golangci-lint improvements #116130

Merged
merged 3 commits into from Feb 28, 2023

Commits on Feb 28, 2023

  1. golangci-lint: show more information about actual invocation

    Both env variables and parameters are relevant for users who want to invoke the
    command directly or follow how it is used.
    pohly committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2d513e1 View commit details
    Browse the repository at this point in the history
  2. hack: move golangci-lint config files

    Because the script now explicitly selects the configuration file, the files no
    longer have to be in the root directory. Having them in hack without the
    leading dot is better because they then have the same owners as the script and
    are more visible.
    
    The downside is that manual invocations of golangci-lint without the parameter
    no longer work.
    pohly committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    cf2e629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa98647 View commit details
    Browse the repository at this point in the history