Browse Source

Added config file

linted files against config file
Elan Trybuch 6 years ago
parent
commit
5db83e2a80
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .solhint.json

+ 12 - 0
.solhint.json

@@ -0,0 +1,12 @@
+ {
+    "extends": "default",
+    "rules": {
+      "avoid-throw": false,
+      "avoid-suicide": "error",
+      "avoid-sha3": "warn",
+      "indent": ["warn", 4],
+      "max-line-length": 150,
+      "var-name-mixedcase": false,
+      "func-param-name-mixedcase": false
+    }
+  }