Open mpeyfuss opened 8 months ago
Hi @mpeyfuss, glad you like the extension!
You can disable/acknowledge errors using the // wake-disable-
comments syntax. You can find the full description in the extension README or in the Wake documentation.
Regarding the false positives:
nonReentrant
modifier using its name. Will consider that.unsafe-erc20-call
or incorrect-interface
?
I love the extension for vscode! It works great. There are a few detectors that come up as false alerts. Mainly, it happens for two scenarios:
nonReentrant
modifier from OZ as stopping reentrancyIERC721
interaction as an ERC-20 interaction.I don't mind the false detections coming up tbh, it's better to verify these, but it would be great to be able to mark as ack or resolved so that my files aren't marked as filled with errors.
Happy to discuss more or show how to replicate!