Replies: 1 comment 1 reply
-
It's better not to have multiple unrelated purposes inside a linter. Also, it's important to search if a linter already handles the topic, if that's the case it's better to add rules inside this linter. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which one is recommend ?
I have written a linter with two types of lint logic, and I'm considering adding more. I'm not sure if this is a good approach compared to the style used by golangci-lint.
the linter is alingse/sundrylint#1
Beta Was this translation helpful? Give feedback.
All reactions