-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Resolve audit result values #458
Comments
LGTM |
1 similar comment
LGTM |
I'm working on this ticket as we speak but what should happen with rawValue when it's a color? should it just say true? Is the only required value a score? (like it's now with value) --edit Perhaps it's best to convert score to a number (false will be 0, true will be 100) or maybe this should only be filled in when you have a score. Sounds good? |
Theme-color? TBH it's kinda superfluous that we report it. The rawValue there should be boolean. Can move the color into
shrug... |
I'll just prepare a pr and i'll just wait for feedback :p |
Fixing some bugs, almost done so will have a pr ready today or tomorrow |
awesome! thanks for the update man |
Currently...
result.value
- most of the time is actually === a scoreresult.rawValue
- many times its a string of "1232.32ms" .. not exactly "raw"Proposal
result.score
result.rawValue
- which is either a number or boolean, never a stringresult.displayValue
- which is a stringThe text was updated successfully, but these errors were encountered: