From 80c8e794f8fc902760ae9ac1a0f5d51958092d50 Mon Sep 17 00:00:00 2001 From: gretzke Date: Tue, 24 Oct 2023 02:16:57 +0200 Subject: [PATCH] Create slither.config.json --- slither.config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 slither.config.json diff --git a/slither.config.json b/slither.config.json new file mode 100644 index 0000000..e0d7e2a --- /dev/null +++ b/slither.config.json @@ -0,0 +1,3 @@ +{ + "filter_paths": "(lib/|test/|scripts/)" +}