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

Conflicting golangci-lint config file settings for unstable image #574

Closed
atc0005 opened this issue Mar 24, 2022 · 0 comments · Fixed by #578
Closed

Conflicting golangci-lint config file settings for unstable image #574

atc0005 opened this issue Mar 24, 2022 · 0 comments · Fixed by #578
Assignees
Labels
bug Something isn't working unstable
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Mar 24, 2022

From a CI run for a dependent project:

Run golangci-lint run -v
level=info msg="[config_reader] Config search paths: [./ /__w/check-whois/check-whois /__w/check-whois /__w / /github/home]"
level=info msg="[config_reader] Used config file ../../../.golangci.yml"
level=error msg="Running error: linter \"staticcheck\" can't be disabled and enabled at one moment"
@atc0005 atc0005 added bug Something isn't working unstable labels Mar 24, 2022
@atc0005 atc0005 added this to the Next Release milestone Mar 24, 2022
@atc0005 atc0005 self-assigned this Mar 24, 2022
atc0005 added a commit that referenced this issue Mar 25, 2022
This linter was already in the disable list, but was
unintentionally left in the enable list which caused
a settings conflict.

refs GH-574
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unstable
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant