Explorar o código

style: extend the maximum length of revert reasons

Paul Razvan Berg %!s(int64=5) %!d(string=hai) anos
pai
achega
23fd4cacde
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .solhint.json

+ 2 - 1
.solhint.json

@@ -7,6 +7,7 @@
     "constructor-syntax": "error",
     "max-line-length": ["error", 120],
     "not-rely-on-time": "off",
-    "prettier/prettier": "error"
+    "prettier/prettier": "error",
+    "reason-string": ["warn", { "maxLength": 64 }]
   }
 }