-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Cyclop no longer working #3928
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
Comments
Hello,
|
Sorry but that's not actually what the issue is. The problem is that even though I'm only enabling the cyclop checker, cyclop doesn't appear to be running. Instead, the typecheck checker is running, even though I've disabled all checkers and only enabled cyclop. |
Can you provide the reproducible example (code and configuration) asked in the issue template? FYI, Note: we have tests that run on all PRs and all commits to be sure that linters work: https://github.com/golangci/golangci-lint/tree/master/test/testdata The documentation about |
Welcome
Description of the problem
When I run
$ golangci-lint run ./... --disable-all -E cyclop --no-config
I only get (typecheck) results, not (cyclop) results.
Version of golangci-lint
(1.53.3)
Configuration file
None
Go environment
Verbose output of running
None
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: