-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Panic when running promlinter #2222
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
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Try the following code with package main
func main() {
Counter()
}
func Counter() int {
return 0
} |
I can confirm same behavior with
@rleungx please report this issue in |
Looks like the issue is known (yeya24/promlinter#30) to the author |
And that known issue is now resolved |
@yeya24 could you create a release? |
Welcome
Description of the problem
Version of golangci-lint
golangci-lint has version v1.42.0 built from (unknown, mod sum: "h1:hqf1zo6zY3GKGjjBk3ttdH22tGwF6ZRpk6j6xyJmE8I=") on (unknown)
Configuration file
N/A
Go environment
Verbose output of running
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: