Moodle PHPdoc check

Local plugins ::: local_moodlecheck
Maintained by 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 1.0.7 - Welcome to tagland!

Moodle 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0
Released: mercredi 12 mai 2021, 23:23

Moodle PHPdoc Checker

Build Status

Installation:

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
2021051200
Version release name
1.0.7 - Welcome to tagland!
Can be updated to
1.1.8 (2023090800), 1.3.0 - Deprecation begins (2024030700), 1.3.1 - Deprecation continues (2024032200), 1.3.2 - Yet, more deprecations (2024032700)
Maturity
Version stable
MD5 Sum
5d031628594d8a69d252471ea85f6745
Supported software
PHP 7.1, PHP 7.2, Moodle 3.5, Moodle 3.6, Moodle 3.7, PHP 7.3, PHP 7.4, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, PHP 8.0, Moodle 4.0

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v1.0.7

Default installation instructions for plugins of the type Local plugins

  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.