瀏覽代碼

fix solhint func-visibility for 0.7.0

Francisco Giordano 5 年之前
父節點
當前提交
c187517395
共有 1 個文件被更改,包括 4 次插入1 次删除
  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
+    }]
   }
 }