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
I would like to know if it's possible to switch in the execution of the EditAlg the steps that did the ScalaFix migration and the Hook executor.
My use case is that when I'm running ScalaFix, it needs some Protobuf files that I need to fetch before the rules migration and with the current state it's going to work since the migration is run before the hook executor (see here)
I don't see a constraint to swap the both in the current code there is no link between them but maybe a better solution is to add a pre hook execution instead to swap them ?