You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How this information can be useful? We already have complexity checks in place, which is simpler abstraction of "code complexity" then one from microsoft.
IMO, "code complexity" is difficult to decide based on a single indicator and should be decided by referring to multiple indicators.
I recognize that there is already support for indicators such as cyclomatic complexity, cognitive complexity, etc., and I think no problem in having a maintainability index among them.
Your feature request related to a problem? Please describe.
I would like to measure the maintainability index.
Describe the solution you'd like.
Add support for maintidx.
Describe alternatives you've considered.
Run maintidx separately to golangci-lint.
Additional context.
I will be responsible for implementing it myself.
The text was updated successfully, but these errors were encountered: