We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834b336 commit b1392d9Copy full SHA for b1392d9
1 file changed
slither.config.json
@@ -3,6 +3,12 @@
3
"solc_remaps": [
4
"openzeppelin-contracts/=lib/openzeppelin-contracts/",
5
"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"
12
]
13
}
14
0 commit comments