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

Option to silence warnings, automatically silence warnings for non-displayed files #65

Open
sgb-io opened this issue Oct 22, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sgb-io
Copy link
Owner

sgb-io commented Oct 22, 2023

Two issues relating to warnings

  1. Warnings are useful but sometimes they add noise and may not be able to fix them. For example, you're analyzing a monorepo and receive warnings relating to code that you cannot (or do not want to) fix right now. Also, sometimes, you may not be able to fix a warning for technical reasons. It would be nice to have a --suppress-warnings CLI option to just silence them all.
  2. The tool will currently fire warnings for files that are later discarded from output. That's a bit confusing: it should probably only output warnings for files that will be included in the output.
@sgb-io sgb-io added enhancement New feature or request help wanted Extra attention is needed labels Oct 24, 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 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant