Explorar el Código

Remove broken linter rule.

Nicolás Venturo hace 6 años
padre
commit
3112c1b95e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
   }
 }