- Issue created by @priya_07_
- Assigned to sourabhjain
- Issue was unassigned.
- Status changed to Needs work
11 months ago 2:20pm 3 January 2024 - ๐ฎ๐ณIndia sourabhjain
I have fixed most of the issues but still below are pending
FILE: /Users/sourabhjain/www/drupal/modules/contrib/fullcalendar_view/css/jquery.qtip.min.css --------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE --------------------------------------------------------------------------------------------- 1 | WARNING | File appears to be minified and cannot be processed --------------------------------------------------------------------------------------------- FILE: /Users/sourabhjain/www/drupal/modules/contrib/fullcalendar_view/css/fullcalendar.min.css ---------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------------------------------- 1 | WARNING | File appears to be minified and cannot be processed ---------------------------------------------------------------------------------------------- FILE: /Users/sourabhjain/www/drupal/modules/contrib/fullcalendar_view/README.md ------------------------------------------------------------------------------- FOUND 0 ERRORS AND 14 WARNINGS AFFECTING 14 LINES ------------------------------------------------------------------------------- 16 | WARNING | Line exceeds 80 characters; contains 108 characters 28 | WARNING | Line exceeds 80 characters; contains 203 characters 29 | WARNING | Line exceeds 80 characters; contains 122 characters 85 | WARNING | Line exceeds 80 characters; contains 159 characters 91 | WARNING | Line exceeds 80 characters; contains 108 characters 93 | WARNING | Line exceeds 80 characters; contains 148 characters 95 | WARNING | Line exceeds 80 characters; contains 192 characters 96 | WARNING | Line exceeds 80 characters; contains 88 characters 98 | WARNING | Line exceeds 80 characters; contains 191 characters 100 | WARNING | Line exceeds 80 characters; contains 225 characters 124 | WARNING | Line exceeds 80 characters; contains 155 characters 139 | WARNING | Line exceeds 80 characters; contains 106 characters 152 | WARNING | Line exceeds 80 characters; contains 133 characters 156 | WARNING | Line exceeds 80 characters; contains 113 characters ------------------------------------------------------------------------------- FILE: /Users/sourabhjain/www/drupal/modules/contrib/fullcalendar_view/src/TimezoneService.php ---------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------------------------------------------------- 7 | WARNING | The class short comment should describe what the class does and not simply repeat the class name ---------------------------------------------------------------------------------------------------------------- FILE: /Users/sourabhjain/www/drupal/modules/contrib/fullcalendar_view/src/TaxonomyColor.php ----------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------- 10 | WARNING | The class short comment should describe what the class does and not simply repeat the class name 14 | ERROR | Missing member variable doc comment ----------------------------------------------------------------------------------------------------------------- FILE: /Users/sourabhjain/www/drupal/modules/contrib/fullcalendar_view/src/FullcalendarViewPreprocess.php -------------------------------------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------------------------------------- 12 | ERROR | Doc comment is empty 18 | ERROR | Missing member variable doc comment 304 | WARNING | Line exceeds 80 characters; contains 83 characters -------------------------------------------------------------------------------------------------------- Time: 201ms; Memory: 12MB
- ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
Did a quick review of what is present. Some things need to be cleaned up instead of being "fixed".
Also note that no credit should be earned for just running PHPCBF or PHPCS reports.
- ๐ฎ๐ณIndia Ashutosh Ahirwal India
Ashutosh Ahirwal โ made their first commit to this issueโs fork.
- Status changed to Needs review
11 months ago 10:23am 4 January 2024 - ๐ฎ๐ณIndia Ashutosh Ahirwal India
Created a MR with phpcs fixes.
Please review it. - ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
This is an empty MR. Also please just add to the existing MR, in this case there is no reason to start a new one.
- Status changed to Needs work
11 months ago 11:46am 4 January 2024 - ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
BramDriesen โ changed the visibility of the branch 3412058-phpcs-fixes to hidden.
- ๐ฎ๐ณIndia zkhan.aamir
Hi,
MR #11 applied successfully.
Admin@DESKTOP-252TO6V MINGW64 ~/Desktop/projects/drupal/web/modules/contrib/fullcalendar_view (5.x) $ curl https://git.drupalcode.org/project/fullcalendar_view/-/merge_requests/60.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 33673 0 33673 0 0 86642 0 --:--:-- --:--:-- --:--:-- 87010 patching file README.md patching file fullcalendar_view.module patching file fullcalendar_view.theme.inc patching file src/Annotation/FullcalendarViewProcessor.php patching file src/Controller/CalendarEventController.php patching file src/FullcalendarViewPreprocess.php Hunk #16 succeeded at 490 (offset 2 lines). Hunk #17 succeeded at 514 (offset 2 lines). patching file src/Plugin/FullcalendarViewProcessorBase.php patching file src/Plugin/FullcalendarViewProcessorManager.php patching file src/Plugin/views/style/FullCalendarDisplay.php Hunk #3 succeeded at 254 (offset 1 line). Hunk #4 succeeded at 266 (offset 1 line). Hunk #5 succeeded at 309 (offset 1 line). Hunk #6 succeeded at 319 (offset 1 line). Hunk #7 succeeded at 337 (offset 1 line). Hunk #8 succeeded at 601 (offset 13 lines). Hunk #9 succeeded at 618 (offset 13 lines). Hunk #10 succeeded at 649 (offset 13 lines). Hunk #11 succeeded at 694 (offset 13 lines). Hunk #12 succeeded at 734 (offset 13 lines). patching file src/TaxonomyColor.php patching file src/TimezoneService.php
Still warning remaining.
Admin@DESKTOP-252TO6V MINGW64 ~/Desktop/projects/drupal/web/modules/contrib $ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,js,yml fullcalendar_view/ FILE: C:\Users\Admin\Desktop\projects\drupal\web\modules\contrib\fullcalendar_view\src\Plugin\FullcalendarViewProcessorBase.php ------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------- 12 | WARNING | There must be no blank line following an inline comment ------------------------------------------------------------------------------------------------------------------------------- Time: 632ms; Memory: 16MB
- First commit to issue fork.
- First commit to issue fork.
- Status changed to Needs review
9 months ago 7:22am 27 February 2024 - Status changed to Needs work
9 months ago 7:31am 27 February 2024 - ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
As far as I can tell, nothing has been done with my MR feedback.
- Status changed to Needs review
9 months ago 1:02pm 27 February 2024