-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Remove forbidden @author tag
#37016
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 forbidden @author tag
#37016
Conversation
|
Hi @fredden. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
|
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
leonhelmus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
|
@magento create issue |
|
Adding the same priority as #36976 (comment) |
|
@magento run all tests |
|
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
|
✔️ QA Passed Preconditions:
Manual testing scenario:
Before: ✖️
No additional manual test cases is required as part of regression as this PR is related to the removal of @author tag from |
|
@magento run all tests |
|
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
|
@magento run all tests |
|
Bot moved this PR to "To Approve" Bucket. As the testing is already done & changes looks good hence moving this PR to "Extended Testing" for further analysis. |
|
@magento run all tests |
|
@magento run all tests |
|
@magento run all tests |
|
@magento run Functional Tests B2B, Integration Tests, Unit Tests, WebAPI Tests |
|
@magento run Functional Tests B2B, Integration Tests, WebAPI Tests |
|
@magento run all tests |
|
@magento run all tests |
|
@magento run all tests |
|
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Integration Tests |
|
The consistent Functional B2B Tests failure in the last two consecutive builds is known issue. Other failures seems to be flaky. They neither failing because of the code changes done in this PR nor part of this PR.
Known Issue: AdminChangeAllCustomersGroupViaGridTest https://jira.corp.adobe.com/browse/ACQE-8335 The Functional CE Tests failure in the last two consecutive builds are inconsistent & flaky. They neither failing because of the code changes done in this PR nor part of this PR.
The Functional EE Tests failure in the last two consecutive builds are inconsistent & flaky. They neither failing because of the code changes done in this PR nor part of this PR.
|
17ad968
into
magento:2.4-develop












Description
According to https://devdocs.magento.com/guides/v2.4/coding-standards/docblock-standard-general.html#documentation-space, the
@authortag is not permitted in Magento. This pull request removes this tag from some modules. Given there are so many instances of this tag, I've opened a small pull request to get the process started. I expect that the linter will force me to fix several other coding standards violations on the way, so having a smaller pull request means that task is easier to manage. I plan to open more pull requests to tackle the other instances of this tag.See also magento/magento-coding-standard#382 and magento/magento-coding-standard#167
Manual testing scenarios
There are not code changes in this pull request. This pull request only removes forbidden comments.
Contribution checklist
Resolved issues:
@authortag #37266: Remove forbidden@authortag