rln-contract/slither.config.json

9 lines
252 B
JSON
Raw Normal View History

2023-07-27 05:08:21 +00:00
{
2024-01-11 09:29:18 +00:00
"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/"
]
2023-07-27 05:08:21 +00:00
}