You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Skip processing files with no effective changes
Adds logic to identify instances where all planned edits are no-ops (i.e., the resulting code is identical to the original).
- Introduces method.
- Modifies to skip printing and applying edits for files marked as no-op.
0 commit comments