moodlehq / moodle-local_codechecker

A Moodle local plugin providing a simple web UI to run the MoodleCS coding style checks with PHP_CodeSniffer.
63 stars 72 forks source link

No relevant files #191

Closed stronk7 closed 2 years ago

stronk7 commented 2 years ago

Files containing exclusively non-relevant code are ok

As far as all the non-relevant code (namespace, uses, declare and defines) is also code without side effects, these files don't need the MOODLE_INTERNAL check).

Covered with tests.

This needs to be merged after #190.

Fixes #188

stronk7 commented 2 years ago

Self-merged!