Commit 973026bf authored by protolambda's avatar protolambda

cannon: ignore MIPS.sol lint

parent 2a94e198
...@@ -14,3 +14,7 @@ deployments ...@@ -14,3 +14,7 @@ deployments
# Other autogenerated files # Other autogenerated files
gasReporterOutput.json gasReporterOutput.json
slither.db.json slither.db.json
# MIPS.sol has special VM formatting, not like other contracts.
# Prettier also fails to handle YUL functions with multiple return variables.
contracts/cannon/MIPS.sol
...@@ -3,3 +3,6 @@ node_modules ...@@ -3,3 +3,6 @@ node_modules
lib lib
contracts/test/*.t.sol contracts/test/*.t.sol
contracts/vendor/*.sol contracts/vendor/*.sol
# MIPS.sol has special VM formatting, not like other contracts.
contracts/cannon/MIPS.sol
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment