You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Is there interest in supporting parallel execution in this case?
The text was updated successfully, but these errors were encountered: