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.reference.yml validation #3613

Closed
wants to merge 2 commits into from

Commits on Feb 18, 2023

  1. .golangci.reference.yml: ensure that it is valid

    govet cannot have both disable-all+enable and enable-all+disable.
    pohly committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    2abcbe9 View commit details
    Browse the repository at this point in the history
  2. pkg/config: add unit test for reader with .golangci.reference.yml

    This ensures that changes made to the reader don't break parsing of the
    reference configuration.
    pohly committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    e47467e View commit details
    Browse the repository at this point in the history