Skip to content

Commit

Permalink
ci: exclude old contracts from slither
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Nov 24, 2023
1 parent 628aee4 commit e54be58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/slither.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"exclude_medium": false,
"exclude_high": false,
"disable_color": false,
"filter_paths": "lib|test|src/dollar/mocks",
"filter_paths": "lib|test|src/dollar/mocks|src/old",
"legacy_ast": false,
"solc_remaps": ["ds-test/=libs/ds-test/src/", "forge-std/=lib/forge-std/src/"]
}

0 comments on commit e54be58

Please sign in to comment.