diff --git a/foundry.toml b/foundry.toml index 4f3bf9f..b58d672 100644 --- a/foundry.toml +++ b/foundry.toml @@ -3,4 +3,8 @@ src = 'contracts' out = 'out' libs = ['node_modules', 'lib'] test = 'test' -cache_path = 'cache_forge' \ No newline at end of file +cache_path = 'cache_forge' + +# 5667: Unused function parameter. Remove or comment out the variable name to silence this warning. +# 5740: Unreachable code. +ignored_error_codes = [5667, 5740] \ No newline at end of file