Closed LaurenceWarne closed 1 year ago
Hi! This PR makes the EmptyCollectionsUnified rule mark its patches as atomic using .atomic (where applicable) which makes the rule respect supressions, and is also used by the scalafix api to group patches.
EmptyCollectionsUnified
.atomic
Thanks!
Nice, I didn't know about the .atomic. Thanks!
Hi! This PR makes the
EmptyCollectionsUnified
rule mark its patches as atomic using.atomic
(where applicable) which makes the rule respect supressions, and is also used by the scalafix api to group patches.Thanks!