From 6c30cf8f66c7e5b95f3d216c2a3408e34886a852 Mon Sep 17 00:00:00 2001 From: royvardhan Date: Tue, 28 Jan 2025 22:41:36 +0530 Subject: [PATCH] fix: filter paths slither --- foundry/slither.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foundry/slither.config.json b/foundry/slither.config.json index c1badc7..b4dfe82 100644 --- a/foundry/slither.config.json +++ b/foundry/slither.config.json @@ -1,3 +1,3 @@ { - "filter_paths": "lib|node_modules" -} \ No newline at end of file + "filter_paths": ["lib", "node_modules"] +}