-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[linter]enable linters for golangci #1158
Comments
golint,gofmt was add in #1159 |
/good-first-issue |
@silenceper With all the lint's this looks like a big change. How do you expect this to be committed. One way I see is that breaking this list of lints into smaller lists and creating PR with respect to each of those subgroups. What do you say? Also the hactoberfest is still days away. When are you expecting this to be committed? |
If you add all lints at once, it will be a big change, so my suggestion is to split each lint into a separate pr for submission. |
/open |
Signed-off-by: Artyom <[email protected]>
Signed-off-by: akartasov <[email protected]>
Signed-off-by: akartasov <[email protected]>
Signed-off-by: akartasov <[email protected]>
@zroubalik please reopen. |
@silenceper thanks, it was automatically closed by the linked PR. |
Signed-off-by: akartasov <[email protected]>
@zroubalik please reopen ,thanks . 🤣 it was automatically closed again. |
I am currently working on enabling |
I have created a PR for enable goconst in .golangci.yml #1341 |
It seems there is already a PR for goconst #1296 |
@zroubalik if you could please check off the |
Hi folks, |
I am currently working on enabling gocritic |
Hi, I'm working on enabling errcheck |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
In order to improve code quality, we should enable more linters in the golangci tool:
How to enable?
golangci-lint run
in you local development environment. See How to install golangci-lint?The text was updated successfully, but these errors were encountered: