std.algorithm style fix: space between operators#4239
std.algorithm style fix: space between operators#4239wilzbach wants to merge 1 commit intodlang:masterfrom
Conversation
|
I split this into multiple PR. However there are still a couple of modules outstanding, so let me know if you want to enforce this style. Btw at mir we run the following in our CI to enforce the spaces, might be worth adding: For such style nitpicks, it might be useful to have a separate CI (like Travis or Circle CI) that runs immediately and gives the submitter an instant feedback. It's just a one-liner, so you can set this up in five mins ;-) |
Final word: that might save a lot time for you, as you don't have to do such nitpicks anymore. Btw there's also the Dscanner project with which you could lint more in Phobos. We successfully use DScanner for mir. |
|
Closed in favor of doing it one PR - #4240 |
basically just running:
over the codebase.