Commit 4d799f3c by Nicolás Venturo

Sorted .soliumrc.json rules.

parent 07a27f0e
...@@ -2,13 +2,14 @@ ...@@ -2,13 +2,14 @@
"extends": "solium:all", "extends": "solium:all",
"plugins": ["security"], "plugins": ["security"],
"rules": { "rules": {
"quotes": ["error", "double"],
"no-empty-blocks": "off",
"uppercase": "off",
"error-reason": "off", "error-reason": "off",
"indentation": ["error", 2], "indentation": ["error", 2],
"max-len": ["warning", 79], "max-len": ["warning", 79],
"no-constant": ["error"], "no-constant": ["error"],
"no-empty-blocks": "off",
"quotes": ["error", "double"],
"uppercase": "off",
"security/enforce-explicit-visibility": ["error"], "security/enforce-explicit-visibility": ["error"],
"security/no-block-members": ["warning"], "security/no-block-members": ["warning"],
"security/no-inline-assembly": ["warning"] "security/no-inline-assembly": ["warning"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment