alejandrom1999 / moodle_tfg

0 stars 1 forks source link

missing thirdpartylibs.xml file. #8

Open danmarsden opened 9 months ago

danmarsden commented 9 months ago

When including an external library in your plugin, you must include a thirdpartylibs.xml file that includes the name, location and license of the library. More information on this is here: https://docs.moodle.org/dev/Plugin_files#thirdpartylibs.xml And here: https://docs.moodle.org/dev/Plugin_with_third_party_libraries

One of the other advantages of using this is that Moodle's codechecker (and the github actions tool if you implement #4) will automatically ignores any files included in the location specified correctly in the thirdpartylibs.xml file.

Please note - this is a blocker for approval in the plugins db.