Files
openzeppelin-contracts/.solhint.json
2020-09-10 20:41:40 -03:00

13 lines
336 B
JSON

{
"extends": "solhint:recommended",
"rules": {
"func-order": "off",
"mark-callable-contracts": "off",
"no-empty-blocks": "off",
"compiler-version": ["error", "^0.7.0"],
"private-vars-leading-underscore": "error",
"reason-string": "off",
"func-visibility": ["error", { "ignoreConstructors": true }]
}
}