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
I am in the process of writing tests for ScoreRaw() and noticed a TODO: improve this behavior.
ScoreRaw()
TODO: improve this behavior
criticality_score/internal/scorer/scorer.go
Lines 87 to 92 in 14585f3
In my opinion, it shouldn't ignore errors but should return them.
The text was updated successfully, but these errors were encountered:
@calebbrown thoughts on this?
Sorry, something went wrong.
No branches or pull requests
I am in the process of writing tests for
ScoreRaw()
and noticed aTODO: improve this behavior
.criticality_score/internal/scorer/scorer.go
Lines 87 to 92 in 14585f3
In my opinion, it shouldn't ignore errors but should return them.
The text was updated successfully, but these errors were encountered: