Ver Fonte

Remove broken linter rule.

(cherry picked from commit 3112c1b95e669d76d0f8377789eab93104960491)
Nicolás Venturo há 6 anos atrás
pai
commit
b6b2aea212
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .solhint.json

+ 1 - 0
.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
   }
 }