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

Allow users to specify a list of files to process, non recursively #24

Closed
elbrujohalcon opened this issue Jan 26, 2022 · 0 comments · Fixed by #29
Closed

Allow users to specify a list of files to process, non recursively #24

elbrujohalcon opened this issue Jan 26, 2022 · 0 comments · Fixed by #29
Assignees
Milestone

Comments

@elbrujohalcon
Copy link
Collaborator

We have --recursive in the command line, and after #12 we'll also infer files_r if they're not provided there.
But… so far the user can't specify a list of files (i.e. not folders) to type.
The proposal is then…

  • Add --files option to rebar3 typer, that should accept a comma-separated list of files.
  • Add files option to rebar.config's typer section.
  • Parse these 2 and don't infer the src folders if they're set.
  • Make sure that using --files combined with --recursive works in our plugin as it works in typer.
  • Add files to `rebar3_mini_typer:opts()``
  • Use files to populate #analysis.files in rebar3_mini_typer.
@elbrujohalcon elbrujohalcon modified the milestones: 0.0.1, 1.0.0 Jan 26, 2022
@maco maco self-assigned this Jan 27, 2022
@maco maco closed this as completed in #29 Jan 27, 2022
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

Successfully merging a pull request may close this issue.

2 participants