From d9841e64804d2ea8bd2b0701cd0c4596f0764cda Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Thu, 22 Feb 2024 17:17:20 +0100 Subject: [PATCH] Exclude test/mock files --- slither.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slither.config.json b/slither.config.json index 110747f7..389e106e 100644 --- a/slither.config.json +++ b/slither.config.json @@ -3,5 +3,6 @@ "exclude_informational": true, "exclude_low": true, "exclude_optimization": true, - "fail_on": "none" + "fail_on": "none", + "filter_paths": "src/test-helpers/.*|src/mocks/.*|node_modules/.*" }