- Issue created by @Prachi6824
- ๐ฎ๐ณIndia Prachi6824
Hello,
I have created a patch to solve all the errors related to phpcs code standard.
- Assigned to sourabhjain
- Status changed to Needs work
over 1 year ago 1:07pm 12 June 2023 - ๐ฎ๐ณIndia sourabhjain
When I am applying the patch it is showing me below errors:
Checking patch web/modules/contrib/admin_toolbar/admin_toolbar_search/css/admin.toolbar_search.css... error: web/modules/contrib/admin_toolbar/admin_toolbar_search/css/admin.toolbar_search.css: No such file or directory Checking patch web/modules/contrib/admin_toolbar/admin_toolbar_search/js/admin_toolbar_search.js... error: web/modules/contrib/admin_toolbar/admin_toolbar_search/js/admin_toolbar_search.js: No such file or directory Checking patch web/modules/contrib/admin_toolbar/js/jquery.hoverIntent.js... error: web/modules/contrib/admin_toolbar/js/jquery.hoverIntent.js: No such file or directory
Let me work on it.
- Open on Drupal.org โCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - @sourabhjain opened merge request.
- Open on Drupal.org โCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - Open on Drupal.org โCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - Issue was unassigned.
- Status changed to Needs review
over 1 year ago 1:13pm 12 June 2023 - Open on Drupal.org โCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - Status changed to Needs work
over 1 year ago 7:17pm 12 June 2023 - ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
The issue summary should always describe what the issue is trying to fix and, in the case of coding standards issues, show which command and arguments have been used and which report that command shown. In this way, project maintainers can verify the patch/MR fixes all the warnings/errors.
- Assigned to nitin_lama
- ๐ฎ๐ณIndia nitin_lama India
Found one error remaining. Committing changes in the MR.
- last update
over 1 year ago 14 pass, 4 fail - Issue was unassigned.
- ๐ฎ๐ณIndia bhaveshithape
Patch to solve all the errors related to phpcs code standard.
Not interdiff because none of the above patch applied. - Status changed to Needs review
over 1 year ago 3:54am 15 June 2023 - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago 14 fail The last submitted patch, 14: 3366199-12.patch, failed testing. View results โ
- Status changed to Needs work
over 1 year ago 12:17pm 15 June 2023 - ๐ฎ๐ณIndia Ashutosh Ahirwal India
Addressing #6 and updating issue summary and required command with arguments.
Please review. - ๐ฎ๐ณIndia keshavv India
keshav.k โ made their first commit to this issueโs fork.
- last update
over 1 year ago 16 pass, 2 fail - Status changed to Needs review
over 1 year ago 11:42am 25 July 2023 - ๐ฎ๐ณIndia keshavv India
I have scanned the module against 3.x branch with phpcs
../vendor/bin/phpcs --standard=drupal modules/contrib/admin_toolbar
and fix the remaining issues.
Please do not fix the following JS issues, As it will throw a JS error.FILE: /var/www/html/web/modules/contrib/admin_toolbar/js/jquery.hoverIntent.js ------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------- 67 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true" ------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ------------------------------------------------------------------------------------------- FILE: /var/www/html/web/modules/contrib/admin_toolbar/admin_toolbar_search/js/admin_toolbar_search.js ----------------------------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 4 LINES ----------------------------------------------------------------------------------------------------- 13 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false" 46 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true" 61 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false" 66 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false" ----------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -----------------------------------------------------------------------------------------------------
Please review.
Thank you. - Status changed to RTBC
over 1 year ago 7:30am 28 July 2023 - ๐ฎ๐ณIndia aayushDrupal
I've conducted a local test and everything is functioning as expected. It's only presenting JavaScript errors, which we don't require to rectify.
It appears ready to be transitioned to RTBC -
adriancid โ
committed 33b281b2 on 3.x
Issue #3366199 by sourabhjain, PrabuEla, nitin_lama, prachi6824, keshavv...
-
adriancid โ
committed 33b281b2 on 3.x
- Status changed to Fixed
about 1 year ago 4:45pm 29 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.