Linter for data clumps detecting #5500
Unanswered
Truenya
asked this question in
Linter Ideas
Replies: 1 comment
-
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome
How did you install golangci-lint?
go install
Your feature request related to a problem? Please describe
Idea: implement detection of this smell as a linter
https://refactoring.guru/smells/data-clumps
Describe the solution you'd like
It is interesting to try this. I've never written linters before.
If any group of arguments is passed through a function chain, then it is a data clump.
Describe alternatives you've considered
If any linter implements this check, I would be grateful for a tip.
Additional context
No response
Supporter
Beta Was this translation helpful? Give feedback.
All reactions