mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-24 03:58:29 +00:00
9 lines
252 B
JSON
9 lines
252 B
JSON
|
{
|
||
|
"detectors_to_exclude": "naming-convention,reentrancy-events,solc-version,timestamp",
|
||
|
"filter_paths": "(lib|test)",
|
||
|
"solc_remaps": [
|
||
|
"@openzeppelin/contracts=lib/openzeppelin-contracts/contracts/",
|
||
|
"forge-std/=lib/forge-std/src/"
|
||
|
]
|
||
|
}
|