Code functionality post autofixes

Will my code’s actual functionality remain intact? I have about 200+ auto fix suggestions that I have not yet enabled to be automatically fixed upon my next commit. Is it recommended to go through every single one to manually make sure they won’t interfere with my performance/functionality in a negative way?

Hey @hdadhich01!

Autofix generates objective fixes only, so it is perfectly safe and reliable to apply hundreds of fixes on your code base. As a principle, we build Autofix for a feature only if it’s completely unambiguous. This means you can rely on it to not make any functional changes to your code. If you want to verify this, you can try running Autofix on a small subset of issues first. As I mentioned before, you’ll notice the nature of changes is completely objective and unambiguous.