- Issue created by @urvashi_vora
- Status changed to Needs work
about 1 year ago 11:25am 4 October 2023 - 🇮🇳India Ashutosh Ahirwal India
I reviewed the provided patch.
Patch get applied cleanly but there are some remaininig errors too.Used command:- ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/drutopia_dev
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/drutopia_dev/scripts/git-clone-origin-for-drutopia-projects.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 3 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] You must use "/**" style comments for a file comment
5 | WARNING | [x] There must be no blank line following an inline comment
5 | WARNING | [ ] There must be no blank line following an inline comment
5 | ERROR | [ ] Comment indentation error, expected only 1 spaces
5 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
18 | WARNING | [ ] Line exceeds 80 characters; contains 96 characters
18 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
21 | ERROR | [x] Expected 1 newline at end of file; 3 found
----------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------ - Assigned to Gautam_105@
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 11:48am 4 October 2023 - 🇮🇳India Gautam_105@
Hi Ashutosh Ahirwal,
i have fixed issue and created patch for the same. Please reaview and see screenshot as well. - @gautam_105 opened merge request.
- Status changed to RTBC
about 1 year ago 5:32am 12 October 2023 - 🇮🇳India aayushDrupal
Hi,
I have tested this issue locally and found no errors after applying the MR !1. Screenshot attached for reference.Moving to RTBC.
Thanks.