infrastructure-upgrade/lib/openzeppelin-contracts/.solhint.json

12 lines
270 B
JSON
Raw Normal View History

2023-04-08 21:46:18 +03:00
{
"extends": "solhint:recommended",
"rules": {
"func-order": "off",
"mark-callable-contracts": "off",
"no-empty-blocks": "off",
"compiler-version": ["error", "^0.6.0"],
"private-vars-leading-underscore": "error",
"reason-string": "off"
}
}