Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignored_error_codes_from config option #9516

Open
adhusson opened this issue Dec 7, 2024 · 1 comment
Open

Add ignored_error_codes_from config option #9516

adhusson opened this issue Dec 7, 2024 · 1 comment
Labels
A-config Area: config first issue A good way to start contributing T-feature Type: feature

Comments

@adhusson
Copy link
Contributor

adhusson commented Dec 7, 2024

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:

  • 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

@adhusson adhusson added T-feature Type: feature T-needs-triage Type: this issue needs to be labelled labels Dec 7, 2024
@github-project-automation github-project-automation bot moved this to Todo in Foundry Dec 7, 2024
@yash-atreya yash-atreya added A-config Area: config first issue A good way to start contributing and removed T-needs-triage Type: this issue needs to be labelled labels Dec 9, 2024
@mimisavage
Copy link

May I handle this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-config Area: config first issue A good way to start contributing T-feature Type: feature
Projects
Status: Todo
Development

No branches or pull requests

3 participants