From 661a79a0e9ae0460449eac3b84b46e4f361e2c2e Mon Sep 17 00:00:00 2001 From: Yvonne Zhang Date: Tue, 17 Oct 2023 08:30:41 -0700 Subject: [PATCH] Remove custom-error rule from solhint --- .solhint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.solhint.json b/.solhint.json index 4026c1aed..fb7b0ab39 100644 --- a/.solhint.json +++ b/.solhint.json @@ -3,7 +3,6 @@ "rules": { "compiler-version": ["error", "^0.6.0"], "contract-name-camelcase": "off", - "custom-errors": "off", "no-empty-blocks": "off", "no-inline-assembly": "off", "not-rely-on-time": "off",