Skip to content

Commit fa8bed6

Browse files
frangioAmxx
andauthored
Treat code-size warnings as errors (#5101)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
1 parent dbd9805 commit fa8bed6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hardhat.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ module.exports = {
9090
'initcode-size': 'off',
9191
},
9292
'*': {
93-
'code-size': true,
9493
'unused-param': !argv.coverage, // coverage causes unused-param warnings
9594
'transient-storage': false,
9695
default: 'error',

0 commit comments

Comments
 (0)