codex-contracts-eth/.solhint.json

9 lines
194 B
JSON
Raw Normal View History

2022-02-09 13:37:55 +00:00
{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["warn", "^0.8.0"],
"func-visibility": ["warn", {"ignoreConstructors": true}],
"not-rely-on-time": "off"
2022-02-09 13:37:55 +00:00
}
}