Skip to content

Commit

Permalink
remove node modules from slither analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Jun 3, 2024
1 parent a96f3aa commit 491eba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"solc_remaps": "@=node_modules/@",
"filter_paths": "mocks",
"filter_paths": "(mocks/|node_modules/)",
"solc_args": "--optimize --via-ir"

}

0 comments on commit 491eba7

Please sign in to comment.