diff --git a/slither.config.json b/slither.config.json index 807e40a..5aecaff 100644 --- a/slither.config.json +++ b/slither.config.json @@ -1,6 +1,5 @@ { "solc_remaps": "@=node_modules/@", - "filter_paths": "mocks", + "filter_paths": "(mocks/|node_modules/)", "solc_args": "--optimize --via-ir" - }