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"] +}