Is there a way to configure #rector so that it only makes necessary changes to upgrade the code? I don't need or want it to convert all the properties to constructor-promoted properties, for example. I only want to ensure the code will not emit errors, warnings, or deprecation notices.