From b6b2aea21214a86cf3222e70760ae711eec46092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Wed, 8 May 2019 16:22:46 -0300 Subject: [PATCH] Remove broken linter rule. (cherry picked from commit 3112c1b95e669d76d0f8377789eab93104960491) --- .solhint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.solhint.json b/.solhint.json index 7a85f3cf2..8df942a10 100644 --- a/.solhint.json +++ b/.solhint.json @@ -6,6 +6,7 @@ "bracket-align": false, "compiler-fixed": false, "no-simple-event-func-name": false, + "separate-by-one-line-in-contract": false, "two-lines-top-level-separator": false } }