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
This causes an issue because I'm using data migrations (similarly to how it's spelled out here: https://fly.io/phoenix-files/backfilling-data/) that are stored in priv/data_migrations/ and I'd like excellent migrations to ignore them because I do plan to use Repo operations within them (and they have a whole host of other considerations).
The text was updated successfully, but these errors were encountered:
Currently when called by credo it's not possible to specify the migration path because it's hard-coded in
relevant_file?/2
:This causes an issue because I'm using data migrations (similarly to how it's spelled out here: https://fly.io/phoenix-files/backfilling-data/) that are stored in
priv/data_migrations/
and I'd like excellent migrations to ignore them because I do plan to use Repo operations within them (and they have a whole host of other considerations).The text was updated successfully, but these errors were encountered: