Skip to content

Commit b1392d9

Browse files
committed
Fix Slither
1 parent 834b336 commit b1392d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

slither.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"solc_remaps": [
44
"openzeppelin-contracts/=lib/openzeppelin-contracts/",
55
"forge-std/=lib/forge-std/src/"
6+
],
7+
"exclude_informational": true,
8+
"exclude_low": true,
9+
"exclude_dependencies": true,
10+
"disable_detectors": [
11+
"incorrect-equality"
612
]
713
}
814

0 commit comments

Comments
 (0)