From 1d4a266cedd65078e05831343083612793bf1ad1 Mon Sep 17 00:00:00 2001 From: Gabriel Fournier Date: Mon, 10 Jun 2024 12:01:57 +0200 Subject: [PATCH] add slither config --- slither.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/slither.config.json b/slither.config.json index 5aecaff..47f9bd1 100644 --- a/slither.config.json +++ b/slither.config.json @@ -1,5 +1,6 @@ { "solc_remaps": "@=node_modules/@", "filter_paths": "(mocks/|node_modules/)", + "detectors_to_exclude": "pragma,solc-version,assembly,too-many-digits", "solc_args": "--optimize --via-ir" }