We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The getNumberOfPassedChecks in CodeChecksResult method currently accepts a boolean.
getNumberOfPassedChecks
CodeChecksResult
One way to avoid this boolean would be to offer two methods weightedNumberOfPassedChecks. See this blog post explaining this Clean Code rule: https://www.informit.com/articles/article.aspx?p=1392524
One way to avoid this boolean would be to offer two methods weightedNumberOfPassedChecks.
weightedNumberOfPassedChecks
See this blog post explaining this Clean Code rule: https://www.informit.com/articles/article.aspx?p=1392524
Originally posted by @mauricioaniche in #210 (comment)
The text was updated successfully, but these errors were encountered:
I'd love to do this issue
Sorry, something went wrong.
Thanks, I assigned you. Let me know if you have any questions :)
Eliminated boolean arguments from getNumberOfPassedChecks and getTota…
717786b
…lNumberOfChecks (Issue SERG-Delft#219)
vesk4000
Successfully merging a pull request may close this issue.
The
getNumberOfPassedChecks
inCodeChecksResult
method currently accepts a boolean.Originally posted by @mauricioaniche in #210 (comment)
The text was updated successfully, but these errors were encountered: