-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
go-ruleguard doesn't work since release 1.37.0, last working release is 1.36.0 #2172
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
/cc @quasilyte |
hmm, I don't know if I'm doing something wrong, this works if I use dsl/fluent instead dsl
|
ok, if I rewrite the rules to use
if I use use dsl/fluent it works for 1.36 and older |
I'm working on a fix that will make it possible to update the gocritic. |
I think is a problem with the modules in the project, however, the errors seems silently ignored in this case and that is why I was lost |
Welcome
Description of the problem
Using the example described here to use go-ruleguard rules with golangci-lint
#912 (comment)
If I use version 1.36.0 or older, it works:
If I use version 1.37.0 or newer, it does not work, no output:
Version of golangci-lint
and all the published releases until 1.36.0
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
// add your code here
Example here #912 (comment)
The text was updated successfully, but these errors were encountered: