We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9b905 commit ee767f3Copy full SHA for ee767f3
slither.config.json
@@ -1,6 +1,6 @@
1
{
2
"solc_remaps": ["@openzeppelin=node_modules/@openzeppelin", "@chainlink=node_modules/@chainlink"],
3
- "detectors_to_exclude": "external-function,naming-convention,solc-version,dead-code,block-timestamp,missing-zero-check",
+ "detectors_to_exclude": "external-function,naming-convention,solc-version,dead-code,block-timestamp,missing-zero-check,delegatecall-loop,msg-value-loop",
4
"filter_paths": "node_modules|openzeppelin-presets",
5
"exclude_informational": false,
6
"exclude_low": false,
0 commit comments