Commit 2418a1cb authored by elenadimitrova's avatar elenadimitrova
parent acaa0b55
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
"extends": "solhint:recommended", "extends": "solhint:recommended",
"plugins": [], "plugins": [],
"rules": { "rules": {
"compiler-version": ["off"] "compiler-version": "off",
"code-complexity": ["warn", 5],
"max-line-length": ["error", 100],
"func-param-name-mixedcase": "error",
"modifier-name-mixedcase": "error",
"private-vars-leading-underscore": "error",
"ordering": "warn",
"not-rely-on-time": "off",
"no-complex-fallback": "off",
"not-rely-on-block-hash": "off",
"reentrancy": "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