diff --git a/test/.solhint.json b/test/.solhint.json index 1379d570d..0a8b2adfc 100644 --- a/test/.solhint.json +++ b/test/.solhint.json @@ -2,7 +2,7 @@ "extends": "solhint:default", "plugins": [], "rules": { - "compiler-fixed": false, - "no-inline-assembly": false + "compiler-fixed": "off", + "no-inline-assembly": "off" } } \ No newline at end of file