-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
typecheck: possible wrong cut #1873
Comments
@thebeline could you provide the information to fill the issue?
|
@thebeline I think that your problem is related to something else:
|
I think it's about https://github.com/thebeline/OctoScreen/tree/IMP/GolangLinter or https://github.com/thebeline/OctoScreen/tree/MESS/GolangLinter @thebeline could you confirm? |
@ldez - Certainly. I need to draft up an MVP for the issue. But below I will try to describe the steps as I can remember.
There are probably some red flags in there, but note that it does run in GitHubActions. Verbose Output HEAD (errors as described follow):
After alll of this, I think I should clarify: Locally, I know this error is caused because That is my mistake. What I am actually raising as an issue:
MESS/GolangLinter can be ignored for now, but yes, |
With regards to the One thing that I was looking at was related to: https://github.com/golangci/golangci-lint-action/issues/192 Which, as I go down the rabbit hole, I now realize has nothing to do with the action, but moreso with linter it's self. Actually, I have never run the linter locally, which is why I hadn't seen this issue until now. I only just started trying to run it locally because I was going to try poking things to figure out how the linter worked, and why exactly it was behaving as I had mentioned in the Action Issue I opened. |
Your problem in golangci/golangci-lint-action#192 is related to #1490, it's not related to the github action |
Ah, it would seem, more specifically: #1490 (comment) A function like Still, it seems odd that if |
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
#1861 (comment)
Description of the problem
Your description
Version of golangci-lint
Config file
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: