Files
atomic-swap/.solhint.json
2023-04-24 17:06:10 -04:00

11 lines
273 B
JSON

{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["error","^0.8.0"],
"func-visibility": ["warn",{"ignoreConstructors":true}],
"reason-string": ["warn",{"maxLength":64}],
"no-inline-assembly": "off",
"not-rely-on-time": "off"
}
}