Skip to content

Commit

Permalink
Treat code-size warnings as errors (OpenZeppelin#5101)
Browse files Browse the repository at this point in the history
Co-authored-by: Hadrien Croubois <[email protected]>
Signed-off-by: Hadrien Croubois <[email protected]>
  • Loading branch information
frangio and Amxx committed Feb 14, 2025
1 parent 879997c commit 421a1bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ module.exports = {
'initcode-size': 'off',
},
'*': {
'code-size': true,
'unused-param': !argv.coverage, // coverage causes unused-param warnings
'transient-storage': false,
default: 'error',
Expand Down

0 comments on commit 421a1bb

Please sign in to comment.