From d7b99209f7cef451760cfda2e506f5671c0ff9e6 Mon Sep 17 00:00:00 2001 From: gomes <17035424+gomesalexandre@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:43:15 +0200 Subject: [PATCH] feat: add slither config --- foundry/slither.config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 foundry/slither.config.json diff --git a/foundry/slither.config.json b/foundry/slither.config.json new file mode 100644 index 0000000..532595d --- /dev/null +++ b/foundry/slither.config.json @@ -0,0 +1,3 @@ +{ + "filter_paths": "lib" +}