Moodle PHPdoc check

General plugins (Local) ::: local_moodlecheck
Maintained by Marina Glancy, One poor developer...Eloy Lafuente (stronk7), Coolie and AndrewAndrew Lyons
Part of set Moodle development.
Tool for Moodle developers: allows to check phpdocs in the code for compliance with Moodle Coding Style.

Moodle PHPdoc check 2019101700

Moodle 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
Released: Monday, 17 August 2020, 4:19 PM
Install the source into the local/moodlecheck directory in your moodle

Log in as admin and select:

Settings
Site administration
Development
Moodle PHPdoc check

enter paths to check and select rules to use.

Customization:
--------------

You can add new rules by adding new php files in rules/ directory,
they will be included automatically.

Look at other files in this directory for examples.

Please note that if you register the rule with code 'mynewrule',
the rule registry will look in language file for strings
'rule_mynewrule' and 'error_mynewrule'. If they are not present,
the rule code will be used instead of the rule name and
default error message appears.

Version information

Version build number
2019101700
Maturity
Unknown
MD5 Sum
11cd66d4a5823eb6455c46bad299cd94
Supported software
Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type General plugins (Local)

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.