-
Notifications
You must be signed in to change notification settings - Fork 102
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
Default to parallel mode? #540
Comments
Supportive, though we may want to consider adding the ability to specify the level of parallelism, rather than always assuming the user wants to allocate all available CPUs. That said, not a blocker. |
Great, started to put something together, will open PR when ready ... could maybe do env var or something as followup for the "how many CPUs" aspect (I think rubocop does that?) Separately, I noticed a few other things while attempting to get set up, curious what if any of these you'd be open for PRs on...
|
Thanks! |
Implemented in #541. Thank you. |
Happy to prepare PR for this, just wanted to confirm desirable first...
I believe rubocop defaults to parallel mode, and I expected haml-lint would as well (once I learned it had a parallel mode).
Any objection to changing that default?
The text was updated successfully, but these errors were encountered: