Browse Source

style: extend the maximum length of revert reasons

Paul Razvan Berg 5 years ago
parent
commit
23fd4cacde
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .solhint.json

+ 2 - 1
.solhint.json

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