moodle-local_moodlecheck icon indicating copy to clipboard operation
moodle-local_moodlecheck copied to clipboard

Checks style of phpdocs in moodle source file

Results 12 moodle-local_moodlecheck issues
Sort by recently updated
recently updated
newest added

Similar to issue #50, I'm seeing a warning/error for this: ``` Line 55: Package is not specified for class (. It is also not specified in file-level phpdocs Line 17:...

This is about to implement the new policy agreed @ [MDLSITE-2804](https://tracker.moodle.org/browse/MDLSITE-2804). Basically: - In 1-artifact php files (class, interface, trait), normally under `classes` dir, but also out from them. -...

The CiBot reports a false negative error of "Package core_dml is not valid" when running the PHPDocs style problems section. See https://integration.moodle.org/job/Precheck%20remote%20branch/95931/artifact/work/smurf.html#phpdoc However core_dml appears to be used throughout the...

This is a proposal to add the required stuff to make this checker composer-compliant so we can proceed with tags/releases and packages @ packagist. That way, other products using it...

With PHP_CodeSniffer 2.0, I believe they have greatly improved their tokenizing of PHPDoc blocks. Would it now be possible to fold this into local_codechecker's PHP_CodeSniffer code standard?

As far as this tool is becoming replaced by moodle-cs and has been already deprecated there isn't much interest into fixing all the missing documentation. Hence, disabling some sniffs and...

Replaced with https://github.com/moodlehq/moodle-cs/pull/137

The minimum supported version of Moodle is now 4.1. The minimum supported PHP version is therefore 7.4.

moodlecheck should not check libraries defined in `thirdpartylibs.xml` in a plugin. Maybe it can use the exclude patterns in phpcs.xml.

Hi all, today (24th Nov 2023), we have proceeded to rename the "master" branch of this repository to "main". You can find more details about the migration @ https://tracker.moodle.org/browse/MDLSITE-7418 For...