소스 검색

style: extend the maximum length of revert reasons

Paul Razvan Berg 5 년 전
부모
커밋
23fd4cacde
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 }]
   }
 }