C++: Sort through the leap year and japanese era queries#2542
Merged
jbj merged 5 commits intogithub:masterfrom Dec 23, 2019
Merged
C++: Sort through the leap year and japanese era queries#2542jbj merged 5 commits intogithub:masterfrom
jbj merged 5 commits intogithub:masterfrom
Conversation
jbj
approved these changes
Dec 23, 2019
Contributor
jbj
left a comment
There was a problem hiding this comment.
Thanks for the well-written analysis. I've added to our team meeting agenda that we should figure out how to preserve texts like that so they don't get lost.
Contributor
|
If Promoting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've reviewed the results of the leap year + japanese era dates queries, which are currently run but not displayed by default on LGTM. I've also done a bit of cleanup and tagging.
Adding365DaysPerYear.ql (https://lgtm.com/rules/1509196026030/alerts/)
I think we can make the results better, but it will require some work/iteration (which is probably not a priority). Should we drop it off LGTM or leave it running/hidden with the intent to come back to this in February perhaps?
UncheckedLeapYearAfterYearModification.ql (https://lgtm.com/rules/1509209928660/alerts/)
for leap year
We can definitely make the results better, but I think there will always be quite a number of false positives for this one. I'm inclined to drop it off LGTM rather than leaving it running/hidden for the forseeable future but I'd like a second opinion.
UncheckedReturnValueForTimeFunctions.ql (https://lgtm.com/rules/1509204275387/alerts/)
What do we think about promoting this from warning-medium to warning-high, so that it's displayed by default?
UnsafeArrayForDaysOfYear.ql (https://lgtm.com/rules/1509186658915/alerts/)
Demoted from warning-medium to warning-low; will no longer be computed for LGTM
JapaneseEraDate.ql (https://lgtm.com/rules/1510017876327/alerts/)
This was already demoted from warning-medium to warning-low recently in #2528, because there are only three results and they're all bad.