The oxp verifier gives a warning like
WARNING: apparent Read Me file ("ReadMe.txt") inside OXP. This is the wrong place for a Read Me file, because it will not be read.
I understand the reason but since I'm developing in a git repository it's much more convenient to put readme and license together with manifest and similar files on top level of repo.
Please silence the warning if the readme is in a git repo toplevel folder (recognizable by the presence of a folder named .git) .
The oxp verifier gives a warning like
I understand the reason but since I'm developing in a git repository it's much more convenient to put readme and license together with manifest and similar files on top level of repo.
Please silence the warning if the readme is in a git repo toplevel folder (recognizable by the presence of a folder named .git) .