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

[Change #9744] Auto disable parallel when combined with cache false #9795

Merged
merged 1 commit into from May 17, 2021

Conversation

rrosenblum
Copy link
Contributor

This closes #9744.

Modify the behavior of --parallel combined with --cache false to emit a warning and disable parallel. It previously would raise an error and halt execution. This is consistent with the changes in #9647

@rrosenblum rrosenblum force-pushed the 9744_disable_parallel_no_cache branch 2 times, most recently from 6664938 to ea5dda6 Compare May 13, 2021 01:33
@rrosenblum rrosenblum force-pushed the 9744_disable_parallel_no_cache branch from ea5dda6 to 5613f16 Compare May 14, 2021 20:49
@bbatsov bbatsov merged commit dca0471 into rubocop:master May 17, 2021
@bbatsov
Copy link
Collaborator

bbatsov commented May 17, 2021

Thanks!

@rrosenblum rrosenblum deleted the 9744_disable_parallel_no_cache branch May 25, 2021 20:56
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 this pull request may close these issues.

How to make --parallel and --cache false work together?
2 participants