Skip to content

Commit

Permalink
Update slither filter paths to include helper contracts (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
penandlim authored May 8, 2021
1 parent 7ac9b78 commit ec0e757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compile_force_framework": "hardhat",
"filter_paths": "node_modules|TestSwapReturnValues.sol",
"filter_paths": "node_modules|contracts/helper",
"hardhat_artifacts_directory": "build/artifacts",
"hardhat_cache_directory": "build/cache"
}

0 comments on commit ec0e757

Please sign in to comment.