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/.*" }