Skip to content

Commit

Permalink
lint: add solhint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jul 8, 2024
1 parent 95bad55 commit c6f4277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mock/GasBuster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
contract GasBuster {
// Allow the contract to receive ETH
receive() external payable {
while (true) {
while (true) { // solhint-disable-line no-empty-blocks
// This loop will continue until all gas is consumed
}
}
Expand Down

0 comments on commit c6f4277

Please sign in to comment.