Skip to content

Commit

Permalink
retrigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x41head committed Feb 6, 2024
1 parent 67cb931 commit 716e893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/misra.py
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,6 @@ def get_category(essential_type):
if bitsOfEssentialType(lhs) < bitsOfEssentialType(rhs) and (lhs != "bool" or tok.astOperand2.str not in ('0','1')):
self.reportError(tok, 10, 3)


def misra_10_4(self, data):
op = {'+', '-', '*', '/', '%', '&', '|', '^', '+=', '-=', ':'}
for token in data.tokenlist:
Expand Down

0 comments on commit 716e893

Please sign in to comment.