Skip to content

v0.94.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 19:51
50cf515
Added check for existing overrides in add-missing-override (#447)

If you have multiple findings of the same rule for the same location,
some codemods will duplicate their fixes.

This PR adds a patch to stop this for the `add-missing-override`
codemod.