Skip to content

Commit

Permalink
monday
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaTea committed Jun 10, 2024
1 parent 9d54026 commit d049e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stacks_analyzer/stacks_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
"CallInsideAsContract": CallInsideAsContract(),
"DivideBeforeMultiply": DivideBeforeMultiply(),
"PrivateFunctionNotUsed": PrivateFunctionNotUsed(),
"ToDoComment": ToDoComment(),
"TxSenderInAssert": TxSenderInAssert(),
"UnwrapPanicUsage": UnwrapPanicUsage(),
"VarCouldBeConstant": VarCouldBeConstant(),
"ToDoComment": ToDoComment(),

}


Expand Down

0 comments on commit d049e01

Please sign in to comment.