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
Hi,
Your tool is great.
But I have a big project to migrate, and I can't do it in one shot. So I progressively check files.
But when some alerts are not identified with the * (or they are identified but I don't care), I have no way to say "Ok this file has been reviewed", so phpmig does not need to care about it anymore.
So they popup everytime I run phpmig
I suggest phpmig watch for a "@phpmig-reviewed" tag in comments in the X first lines of the file. And if the tag exists, phpmig just ignore that file.
Or maybe create a ~/.phpmigignore file with absolute paths and phpmig watch for it and ignore files in that file.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Your tool is great.
But I have a big project to migrate, and I can't do it in one shot. So I progressively check files.
But when some alerts are not identified with the
*
(or they are identified but I don't care), I have no way to say "Ok this file has been reviewed", so phpmig does not need to care about it anymore.So they popup everytime I run phpmig
I suggest phpmig watch for a "@phpmig-reviewed" tag in comments in the X first lines of the file. And if the tag exists, phpmig just ignore that file.
Or maybe create a
~/.phpmigignore
file with absolute paths and phpmig watch for it and ignore files in that file.Thank you.
The text was updated successfully, but these errors were encountered: