Merge audit v2 remediation to main (#1727)
### Description
Merge
[`audit-v2`](https://github.com/hyperlane-xyz/hyperlane-monorepo/releases/tag/audit-v2)
into `main`
See [changelog](034e75b632
...audit-v2)
pull/2079/head
parent
25dfcbaed7
commit
55f40ad760
@ -1,10 +1,16 @@ |
||||
{ |
||||
"extends": "solhint:recommended", |
||||
"rules": { |
||||
"compiler-version": ["error", "^0.6.11"], |
||||
"compiler-version": ["error", ">=0.6.11"], |
||||
"func-visibility": ["warn", {"ignoreConstructors":true}], |
||||
"not-rely-on-time": "off", |
||||
"avoid-low-level-calls": "off", |
||||
"no-inline-assembly": "off" |
||||
} |
||||
"no-inline-assembly": "off", |
||||
"code-complexity": ["warn", 4], |
||||
"var-name-mixedcase": "off", |
||||
"func-name-mixedcase": "off", |
||||
"reason-string": ["warn",{"maxLength":64}], |
||||
"prettier/prettier": "error" |
||||
}, |
||||
"plugins": ["prettier"] |
||||
} |
||||
|
@ -0,0 +1,2 @@ |
||||
contracts/mock |
||||
contracts/test |
Loading…
Reference in new issue