How are folks finding the change in behavior in dplyr 1.0's summarize function to emit a warning when using the default behavior of dropping one layer of grouping when called?
All my legacy code now emits lots of extra messages, cluttering up the output and generally offending my sensibilities.
I know there's the dplyr.summarise.inform option (and have that set), though I have to set that in all the different environments in which I'm working (docker environments, testing environments, etc.). Yes, there's renv and proper dependency management as well. 
I can't decide if I'm being a traditionalist and need to get over myself here or if this is worth raising an issue on the dplyr repo to talk about this change in depth. Talk me off my ledge? 