From b28f0a87a43cb396e1db2477c8ece4bef1dc1e1f Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Thu, 22 Feb 2024 15:50:51 +0100 Subject: [PATCH] Exclude optimizations --- slither.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/slither.config.json b/slither.config.json index 281de521..110747f7 100644 --- a/slither.config.json +++ b/slither.config.json @@ -2,5 +2,6 @@ "exclude_dependencies": true, "exclude_informational": true, "exclude_low": true, + "exclude_optimization": true, "fail_on": "none" }