diff --git a/.solhint.json b/.solhint.json index caca555..ef0ec6f 100644 --- a/.solhint.json +++ b/.solhint.json @@ -6,7 +6,8 @@ "func-name-mixedcase": "off", "func-visibility": ["error", { "ignoreConstructors": true }], "max-line-length": ["error", 120], - "not-rely-on-time": "off", - "reason-string": ["warn", { "maxLength": 64 }] + "named-parameters-mapping": "warn", + "no-console": "off", + "not-rely-on-time": "off" } }