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

promote more CLI things to API #231

Open
mcandre opened this issue May 13, 2023 · 1 comment
Open

promote more CLI things to API #231

mcandre opened this issue May 13, 2023 · 1 comment

Comments

@mcandre
Copy link
Owner

mcandre commented May 13, 2023

  • DIRECTORY_EXCLUSIONS
  • Recursive directory walking
@mcandre
Copy link
Owner Author

mcandre commented May 13, 2023

Toyed with DIRECTORY_EXCLUSIONS in the API. That is doable.

However, recursive directory walking would take some more work.

Ideally, we stream findings (via channels), rather than synchronously aggregating them.

Ideally, we provide a separate channel for debug findings, versus error and warning findings.

https://doc.rust-lang.org/rust-by-example/std_misc/channels.html

We would also want to test how the application responds to SIGINT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant