From ce4915f7f7bb57eba52b315d54b80c804d5d805c Mon Sep 17 00:00:00 2001 From: smol-ninja Date: Sat, 16 Mar 2024 20:50:02 +0000 Subject: [PATCH] chore: rename custom-errors to gas-custom-errors in solhint --- .solhint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.solhint.json b/.solhint.json index 713a70b3f..a40b9ff6b 100644 --- a/.solhint.json +++ b/.solhint.json @@ -6,9 +6,9 @@ "compiler-version": ["error", ">=0.8.22"], "contract-name-camelcase": "off", "const-name-snakecase": "off", - "custom-errors": "off", "func-name-mixedcase": "off", "func-visibility": ["error", { "ignoreConstructors": true }], + "gas-custom-errors": "off", "max-line-length": ["error", 123], "named-parameters-mapping": "warn", "no-empty-blocks": "off",