diff --git a/.solhint.json b/.solhint.json index edcee58c..5329702d 100644 --- a/.solhint.json +++ b/.solhint.json @@ -2,6 +2,7 @@ "extends": "solhint:recommended", "rules": { "state-visibility": "off", + "func-visibility": ["warn", { "ignoreConstructors": true }], "var-name-mixedcase": "off", "avoid-call-value": "off", "no-empty-blocks": "off",