diff --git a/.gitignore b/.gitignore index f9a5fcc..0ff5874 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,3 @@ target/ # Compiler files foundry/cache/ foundry/out/ -foundry/node_modules/ diff --git a/foundry/slither.config.json b/foundry/slither.config.json index b45e339..24abc06 100644 --- a/foundry/slither.config.json +++ b/foundry/slither.config.json @@ -1,3 +1,3 @@ { - "filter_paths": "lib,node_modules" + "filter_paths": "lib" }