-
Notifications
You must be signed in to change notification settings - Fork 24
include mass in description #77
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
Conversation
- Increase parity with Code Climate classic duplication reporting - Make mass more salient The mass is already presented in the issue content readup, but it's lost in a sea of non-custom text.
Sounds good to me. I'm a little confused why the screenshot shows |
Glad to see this. Should we remove it from the readup as well? Seems redundant to put it in both places. |
@pbrisbin yeah, I shirked commenting on that, apologies. The number two comes from the number of occurrences of the code. That multiplication only occurs for issues that have identical code. (As opposed to similar) After comparing a number of files analyzed in both classic and platform, I believe the same calculations in terms of mass are happening under the hood. @wfleming any other comment? Sent from my iPhone
|
Caveat Emptor: I was in this code recently and was surprised to find that |
Did a bit more looking at the https://github.com/seattlerb/flay and found some interesting things. This was a surprise to me, maybe not others, but
The extra My hope with showing In the very least we should update our documentation to reflect how remediation points are calculated -- since they are impacted by the scoring algorithm above. |
@noahd1 Thanks for the great feedback and research at the source on flay. I can take a closer look at the internals of our engine to make sure it matches and update the docs. |
I was utterly wrong, and just spent some time diving into Flay's code to confirm it. Ignore me. |
closing in favor of #87 |
The mass is already presented in the issue content readup, but
it's lost in a sea of non-custom text.
Classic:
@codeclimate/review