mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-02 14:03:07 +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/"
|
|
]
|
|
}
|