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

Specifying list of files and "--parallel auto" does not process in parallel #567

Open
jamesaimonetti opened this issue Mar 30, 2022 · 0 comments
Labels

Comments

@jamesaimonetti
Copy link

When invoking elvis with the --parallel option to process files in parallel and a list of files, each file is processed sequentially (due to lists:map/2 being used on each passed in file).

Basic invocation we're trying: elvis --config elvis.config -k --parallel auto rock src/file1.erl src/file2.erl ...

On my system:

1> erlang:system_info(schedulers).
12

Is there interest in supporting parallel execution in this case?

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

No branches or pull requests

2 participants