You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to specify a list of (path_pattern,code) pairs such that the error code is ignored on matching paths. 2 cases I'm aware of:
ignore test contract sizes but not src contract sizes
ignore lib contract sizes that are used for testing or their interface but were deployed with different compiler parameters to go below the size limit, but not src contract sizes
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
Forge
Describe the feature you would like
It would be useful to specify a list of
(path_pattern,code)
pairs such that the error code is ignored on matching paths. 2 cases I'm aware of:test
contract sizes but notsrc
contract sizeslib
contract sizes that are used for testing or their interface but were deployed with different compiler parameters to go below the size limit, but notsrc
contract sizesAdditional context
No response
The text was updated successfully, but these errors were encountered: