Open danmarsden opened 7 months ago
also functions like the ones in this file are incorrect. https://github.com/moodle-fumihax/mod_lticontainer/blob/main/include/tabs.php#L42
also constants like the ones defined here are named incorrectly: https://github.com/moodle-fumihax/mod_lticontainer/blob/main/local_define.php
A large number of functions/classes in your plugin violate our frankenstyle naming rules
please see: https://moodledev.io/general/development/policies/codingstyle/frankenstyle
in particular files like your locallib files all violate these conventions.
note this is a blocker for plugins db approval.