style: include LII_LIST_INDEXED_ITERATING (#5190)

This commit is contained in:
Piotr Idzik
2024-05-28 21:06:47 +02:00
committed by GitHub
parent 2cda944643
commit d2bfb100b2
3 changed files with 5 additions and 6 deletions

View File

@@ -141,9 +141,6 @@
<Match>
<Bug pattern="TR_TAIL_RECURSION" />
</Match>
<Match>
<Bug pattern="LII_LIST_INDEXED_ITERATING" />
</Match>
<Match>
<Bug pattern="USBR_UNNECESSARY_STORE_BEFORE_RETURN" />
</Match>