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

Remove the "moodle" alias once everybody has moved to moodle-cs (July 2023) #202

Closed stronk7 closed 1 year ago

stronk7 commented 2 years ago

Now (July 2022), the unique source for the Moodle coding style standard is moodle-cs.

So, local_codechecker isn't anymore the source, but just one more consumer of the standard.

In order to keep existing integrations with IDEs and other tools working... as part of #193 , we created a "moodle" alias to point to the imports of the new moodle-cs standard.

We are going to give people 1 year to move those existing integrations from local_codechecker to moodle-cs. Will be announced everywhere:

And, then (July 2023), we will proceed to:

Ciao :-)

timhunt commented 1 year ago

Note https://tracker.moodle.org/browse/MDL-75918, which is relevant to this.

stronk7 commented 1 year ago

I've added a couple of points in the description:

  • delete the phpcs.xml file (see #207), because we don't need it anymore.
  • verify that everything works under unix and windows.

for whenever we proceed with this, finally deleting the "moodle" alias.

Ciao :-)