Skip to content

Commit

Permalink
add assembly skip to config for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-elileers committed Jul 17, 2024
1 parent 47e82ce commit ff5781a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slither.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"exclude_low": false,
"exclude_medium": false,
"exclude_high": false,
"filter_paths": "(lib/|test/)"
"filter_paths": "(lib/|test/)",
"skip_assembly": true
}

0 comments on commit ff5781a

Please sign in to comment.