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

Support silencing or changing the error type of lints #170

Open
rrousselGit opened this issue Jun 29, 2023 · 0 comments
Open

Support silencing or changing the error type of lints #170

rrousselGit opened this issue Jun 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rrousselGit
Copy link
Collaborator

Analysis_options support:

  errors:
    invalid_annotation_target: ignore
    missing_required_param: error
    missing_return: error
    avoid_print: warning # here I set avoid_print to be a `warning` instead of `info`

We should support this with custom_lint too

@rrousselGit rrousselGit added the enhancement New feature or request label Jun 29, 2023
@rrousselGit rrousselGit self-assigned this Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant