Skip to content

Commit ee767f3

Browse files
committed
disable 2 problematic detectors: slither/1174
1 parent 7f9b905 commit ee767f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slither.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
3+
"detectors_to_exclude": "external-function,naming-convention,solc-version,dead-code,block-timestamp,missing-zero-check,delegatecall-loop,msg-value-loop",
44
"filter_paths": "node_modules|openzeppelin-presets",
55
"exclude_informational": false,
66
"exclude_low": false,

0 commit comments

Comments
 (0)