codex-contracts-eth/.solhint.json
2025-01-22 14:51:43 +01:00

13 lines
359 B
JSON

{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["warn", "^0.8.0"],
"func-visibility": ["warn", {"ignoreConstructors": true}],
"private-vars-leading-underscore": ["warn", { "strict": true }],
"not-rely-on-time": "off",
"no-global-import": "off",
"explicit-types": "off",
"immutable-vars-naming": "off"
}
}