Skip to content

Commit

Permalink
fix(ci): add MIPSInstructions as exception (ethereum-optimism#12361)
Browse files Browse the repository at this point in the history
Adds MIPSInstructions as an exception to malformed require.
  • Loading branch information
smartcontracts authored Oct 7, 2024
1 parent 77c91d0 commit b4171c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .semgrep/sol-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ rules:
- packages/contracts-bedrock/src/cannon/MIPS.sol
- packages/contracts-bedrock/src/cannon/MIPS2.sol
- packages/contracts-bedrock/src/cannon/libraries/MIPSMemory.sol
- packages/contracts-bedrock/src/cannon/libraries/MIPSInstructions.sol

- id: sol-style-malformed-revert
languages: [solidity]
Expand Down

0 comments on commit b4171c3

Please sign in to comment.