Open stronk7 opened 4 years ago
+1
The plugin still raises "Line 17: File-level phpdocs block is not found" for files that follow the new class-only-block style.
Note I've spent some time today with #69 that doesn't implements this completely, but at least it now stops asking for the file phpdoc block when the file is an 1-artifact one (classes, interfaces and traits).
There are more things to do here, but that's one of the specially annoying ones when new files (usually being 1-artifact files) are added.
Ciao :-)
Thanks Eloy. Maybe that would be enough for now to release a new version and start using it in Github actions? It is sad to see code implemented according to latest policy decisions, causing these failures.
Yeah, I created https://github.com/moodlehq/moodle-plugin-ci/pull/88 some days ago to generate a new release there... will send some friendly pings around...
Update, moodle-plugin-ci 3.0.7 is being released right now. So jobs out there should start to automatically pick it soon (includes #69, partial implementation of this).
Ciao :-)
Isn't this now working correctly? Can this be closed?
This is about to implement the new policy agreed @ MDLSITE-2804. Basically:
classes
dir, but also out from them.Edited, note to self: Need to verify that this doesn't happen anymore: