-
Notifications
You must be signed in to change notification settings - Fork 59
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
RULE-8-13
: Address false positive issues
#765
Merged
Merged
Commits on Oct 20, 2024
-
Rule 8.13: Handle multiple copies
If the same code is compiled multiple times, variables may be const in one case but non-const in another. Handle this by requiring all such copies to be const-able before flagging.
Configuration menu - View commit details
-
Copy full SHA for cb07855 - Browse repository at this point
Copy the full SHA cb07855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aacef1 - Browse repository at this point
Copy the full SHA 4aacef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f1160 - Browse repository at this point
Copy the full SHA f4f1160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2976916 - Browse repository at this point
Copy the full SHA 2976916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 808554e - Browse repository at this point
Copy the full SHA 808554eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb20d5 - Browse repository at this point
Copy the full SHA ccb20d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90a133 - Browse repository at this point
Copy the full SHA e90a133View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3dbdc9c - Browse repository at this point
Copy the full SHA 3dbdc9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a02baeb - Browse repository at this point
Copy the full SHA a02baebView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 460fb26 - Browse repository at this point
Copy the full SHA 460fb26View commit details
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.