-
Notifications
You must be signed in to change notification settings - Fork 2
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
print: :silent #2
Comments
Good idea :) Will do. |
At the moment, So I think |
I don't like this priority thing very well. I do think it where better to have priorities more like module-config > global-config. That seems more natural and is similar to other libraries. |
I agree, but I need a way to print all the todos for a project, even if some modules are configured with So it could be global-config == |
Or you could introduce flags to the mix-task, Of course it does not make that much sense to implement also flags for the persist config ;) |
Yeah I'm tinkering with flags right at the moment ; got the same idea a couple minutes ago ;) So I will just let the module config take precedence over the global config and implement flags. As for the persist configuration we do not care, I can let the module config take precedence too. |
So I revamped the whole thing with flags and simple config logic. This is nice. |
Feel free to reopen if you try this and have some problem. |
It would be nice if we had a
print: :silent
configuration option, such that nothing at all is printed when compiling inprod
environment.The text was updated successfully, but these errors were encountered: