Explorar el Código

style: extend the maximum length of revert reasons

Paul Razvan Berg hace 5 años
padre
commit
23fd4cacde
Se han modificado 1 ficheros con 2 adiciones y 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 }]
   }
 }