10 lines
282 B
TOML
10 lines
282 B
TOML
[profile.default]
|
|
src = 'contracts'
|
|
out = 'out'
|
|
libs = ['node_modules', 'lib']
|
|
test = 'test'
|
|
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] |