Commit 563de90d authored by elenadimitrova's avatar elenadimitrova

Disable contract-name-camelcase rule in solhint

parent 3ee4fa43
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"not-rely-on-time": "off", "not-rely-on-time": "off",
"no-complex-fallback": "off", "no-complex-fallback": "off",
"not-rely-on-block-hash": "off", "not-rely-on-block-hash": "off",
"reentrancy": "off" "reentrancy": "off",
"contract-name-camelcase": "off"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment