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
✨ enforce check scores are between the min and max (#3769)
* enforce check scores are between the min and max
if the score is invalid, the Error field is set and the score is
replaced with an inconclusive result score.
Signed-off-by: Spencer Schrock <[email protected]>
* exclude inconclusive result score
Callers who want the score should use the CreateInconclusiveResult function.
The goal is partly to enforce a consistent coding style, and partly to
limit proportions which score to -1 accidentally.
Signed-off-by: Spencer Schrock <[email protected]>
---------
Signed-off-by: Spencer Schrock <[email protected]>
0 commit comments