From 4d799f3cbe8a185f6f495e1c90faebd4ccdf3d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Wed, 1 Aug 2018 13:09:40 -0300 Subject: [PATCH] Sorted .soliumrc.json rules. --- .soliumrc.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.soliumrc.json b/.soliumrc.json index 8f5b35523..44f171fd6 100644 --- a/.soliumrc.json +++ b/.soliumrc.json @@ -2,13 +2,14 @@ "extends": "solium:all", "plugins": ["security"], "rules": { - "quotes": ["error", "double"], - "no-empty-blocks": "off", - "uppercase": "off", "error-reason": "off", "indentation": ["error", 2], "max-len": ["warning", 79], "no-constant": ["error"], + "no-empty-blocks": "off", + "quotes": ["error", "double"], + "uppercase": "off", + "security/enforce-explicit-visibility": ["error"], "security/no-block-members": ["warning"], "security/no-inline-assembly": ["warning"]