From 0f21ba463aa64e11f13fb17b8fb041c06c24d60d Mon Sep 17 00:00:00 2001 From: Ilan <36084092+ilanolkies@users.noreply.github.com> Date: Fri, 12 Jun 2020 13:34:29 -0300 Subject: [PATCH] Update slither.config.json --- slither.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither.config.json b/slither.config.json index a827175..e6ce1e9 100644 --- a/slither.config.json +++ b/slither.config.json @@ -1,4 +1,4 @@ { - "filter_paths": "BytesUtils.sol,node_modules", + "filter_paths": "BytesUtils.sol|node_modules", "detectors_to_exclude": "pragma,calls-loop" }