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
not isExcluded(cast, Pointers1Package::castBetweenObjectPointerAndDifferentObjectTypeQuery()) and
When it should be:
not isExcluded(cast, Pointers1Package::conversionBetweenPointerToObjectAndIntegerTypeQuery()) and
```
This means the results of this query can only currently be deviated by incorrectly supplying `RULE-11-3`.
There are multiple rules which have this problem. I have scraped the repo looking for duplicated uses of the same query predicate, and listed the affected rules above.
The text was updated successfully, but these errors were encountered:
lcartey
changed the title
RULE-11-4: Incorrect suppression id
Incorrect suppression ids for a number of rules
Jul 5, 2023
Affected rules
RULE-11-4
DIR-4-12
RULE-21-6
RULE-21-9
MEM51-CPP
Description
The query for
RULE-11-4
includes the following:When it should be:
The text was updated successfully, but these errors were encountered: