Skip to content

Commit

Permalink
Treat code-size warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jul 1, 2024
1 parent ccc1103 commit e781cd0
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 e781cd0

Please sign in to comment.