User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This pull request (PR) removes obsolete exclude patterns from the "ruleset.xml" file which is used by phpcs e.g. in the ci tests with Drone.
Obsolete means the corresponding file or folder has been removed (or moved to another place) with some PR but the exclude pattern has been forgotten about.
The following obsolete entries are removed:
The list of obsolete exclude patterns has been created with help of a small tool (PHP CLI script) which I provide with PR #40278 .
Code review: Check that the removed exclude patterns belong to the files mentioned in the description and the files don't exist on a clean, current 4.4-dev branch.
Verify that the PHPCS step succeeded in the Drone ci checks for this PR here.
File "ruleset.xml" in the Joomla root contains exclude patterns for files which doesn't exist anymore in the 4.4-dev branch.
File "ruleset.xml" in the Joomla root doesn't contain these exclude patterns.
PHPCS still succeeds in Drone for this PR.
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Labels |
Added:
PR-4.4-dev
|
I've just checked again, PR is still up to date, no changes needed.
Labels |
Added:
bug
|
Because they need some updates when we merge further prs which remove files. I want to make sure that people are not wasting their time testing these pr's.
I have it removed.
Title |
|
Title |
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-05-23 14:14:53 |
Closed_By | ⇒ | laoneo |
Thanks!
As there are more plugin groups which got converted to service providers. Should we leave this one open and mark it as draft?