-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
chore: enable more linters #5228
Conversation
Hello @simar7 I tried to find way to show wrong file, but looks like there is no way for that.
Also i didn't find envDebug value for our case. This looks more like a bug in golangci-lint/action or conflict in settings - #5218 (comment). |
@knqyf263 I worked with @DmitriyLewen offline to get this resolved. I will approve and merge this so we can test out the behavior of the linter in other PRs like #5218 |
ok |
Description
Disable:
Enable:
Mage
lint
command is divided intorun
andfix
:mage lint:run
- start checking lintersmage lint:fix
- auto-correction of linter errorsChecklist