From fa8bed68af414836b157d16d077f8cc1e8f2ea26 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 13 Feb 2025 14:16:21 -0300 Subject: [PATCH] Treat code-size warnings as errors (#5101) Co-authored-by: Hadrien Croubois --- hardhat.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index d39d3d073..b4b8d630f 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -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',