mirror of
https://github.com/logos-messaging/waku-rlnv1-contract.git
synced 2026-01-02 14:23:09 +00:00
fix: hide 5740 and 5667 errors
This commit is contained in:
parent
67d3bcfda1
commit
0a9fdc4fa8
@ -3,4 +3,8 @@ src = 'contracts'
|
||||
out = 'out'
|
||||
libs = ['node_modules', 'lib']
|
||||
test = 'test'
|
||||
cache_path = 'cache_forge'
|
||||
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]
|
||||
Loading…
x
Reference in New Issue
Block a user