From 052fd3425dcc868c7d5b7543a1acae926e6a5bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Wed, 1 Aug 2018 13:13:08 -0300 Subject: [PATCH] Made the visibility-first rule mandatory. --- .soliumrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.soliumrc.json b/.soliumrc.json index 44f171fd6..88e505c2c 100644 --- a/.soliumrc.json +++ b/.soliumrc.json @@ -9,6 +9,7 @@ "no-empty-blocks": "off", "quotes": ["error", "double"], "uppercase": "off", + "visibility-first": "error", "security/enforce-explicit-visibility": ["error"], "security/no-block-members": ["warning"],