Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the "moodle" alias after 1 year #220

Merged

Conversation

stronk7
Copy link
Member

@stronk7 stronk7 commented Aug 11, 2023

After one year since we moved the moodle coding style from local_codechecker to moodle-cs, it's time to perform this small cleanup that was kept to allow old integrations with local_codechecker to continue working.

Now, everybody should be already using moodle-cs, so we can remove those remaining bit:

  • moodle dir alias.
  • phpcs.xml file, needed to shortcut core's one.
  • entry from thirdpartylibs.xml to avoid the moodle dir (alias) to be checked.

Fixes #202.

After one year since we moved the moodle coding style
from local_codechecker to moodle-cs, it's time to perform
this small cleanup that was kept to allow old integrations
with local_codechecker to continue working.

Now, everybody should be already using moodle-cs, so
we can remove those remaining bit:
 - moodle dir alias.
 - phpcs.xml file, needed to shortcut core's one.
 - entry from thirdpartylibs.xml to avoid the moodle dir (alias)
   to be checked.

Fixes moodlehq#202.
@andrewnicols andrewnicols merged commit b643915 into moodlehq:master Aug 11, 2023
18 checks passed
@stronk7 stronk7 deleted the remove_old_moodle_alias_to_standard branch August 11, 2023 15:41
@stronk7
Copy link
Member Author

stronk7 commented Aug 11, 2023

ta!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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