From 16722a994012b6023b06fc4acbc6249aadb3fe77 Mon Sep 17 00:00:00 2001 From: Gas One Cent <86567384+gas1cent@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:30:50 +0400 Subject: [PATCH] feat: verify ordering in the interfaces --- src/interfaces/.solhint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/.solhint.json b/src/interfaces/.solhint.json index acb99bd0..8bb790c1 100644 --- a/src/interfaces/.solhint.json +++ b/src/interfaces/.solhint.json @@ -1,6 +1,6 @@ { "rules": { - "ordering": "off", + "ordering": "warn", "style-guide-casing": [ "warn", {