alokr912 / moodle-mod_gotomeeting

Moodle GoToMeeting Integration
GNU General Public License v3.0
5 stars 6 forks source link

function naming violation #59

Open danmarsden opened 2 years ago

danmarsden commented 2 years ago

all functions/classes must be either namespaced correctly or use our frankenstyle naming conventions: https://moodledev.io/general/development/policies/codingstyle/frankenstyle

most of the functions (possibly all) in your locallib.php file violate this guideline.

Please note this is a blocker for plugins db approval.