Selaa lähdekoodia

fix solhint func-visibility for 0.7.0

Francisco Giordano 5 vuotta sitten
vanhempi
sitoutus
c187517395
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      .solhint.json

+ 4 - 1
.solhint.json

@@ -6,6 +6,9 @@
     "no-empty-blocks": "off",
     "compiler-version": ["error", "^0.7.0"],
     "private-vars-leading-underscore": "error",
-    "reason-string": "off"
+    "reason-string": "off",
+    "func-visibility": ["warn", {
+      "ignoreConstructors": true
+    }]
   }
 }