From 165de4c1d47d1928e62a9685ced9b4e7c85a4ed0 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Sat, 24 Aug 2024 16:28:27 +0400 Subject: [PATCH] slither --- slither.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither.config.json b/slither.config.json index 2e39af90..c062e765 100644 --- a/slither.config.json +++ b/slither.config.json @@ -1,4 +1,4 @@ { "detectors_to_exclude": "assembly-usage,solc-version,different-pragma-directives-are-used,unused-imports", - "filter_paths": "lib/openzeppelin-contracts,lib/prb-math,test/" + "filter_paths": "lib/rain.math.float,lib/openzeppelin-contracts,lib/prb-math,lib/rain.interpreter.interface,test/" }