diff --git a/.solhint.json b/.solhint.json index 076f7c77..23782374 100644 --- a/.solhint.json +++ b/.solhint.json @@ -8,6 +8,7 @@ "no-empty-blocks": "off", "private-vars-leading-underscore": ["warn", { "strict": false }], "ordering": "warn", - "avoid-low-level-calls": "off" + "avoid-low-level-calls": "off", + "named-parameters-mapping": "warn" } }