FILE: C:\xampp\htdocs\contribution\web\modules\contrib\cloner\README.md
-----------------------------------------------------------------------
FOUND 0 ERRORS AND 9 WARNINGS AFFECTING 9 LINES
-----------------------------------------------------------------------
13 | WARNING | Line exceeds 80 characters; contains 87 characters
17 | WARNING | Line exceeds 80 characters; contains 181 characters
21 | WARNING | Line exceeds 80 characters; contains 95 characters
22 | WARNING | Line exceeds 80 characters; contains 99 characters
23 | WARNING | Line exceeds 80 characters; contains 99 characters
24 | WARNING | Line exceeds 80 characters; contains 120 characters
25 | WARNING | Line exceeds 80 characters; contains 105 characters
28 | WARNING | Line exceeds 80 characters; contains 410 characters
47 | WARNING | Line exceeds 80 characters; contains 190 characters
-----------------------------------------------------------------------

Comments

Rakhi Soni created an issue. See original summary.

rakhi soni’s picture

Assigned: rakhi soni » Unassigned
Status: Active » Needs review
StatusFileSize
new3.52 KB

I have created a patch with the phpcs Drupal Standard, please review.

sourabhjain’s picture

Status: Needs review » Needs work

I have reviewed the patch #2 and found the below issues:

FILE: /Users/sourabhjain/www/2022/drupal/modules/contrib/cloner/README.md
-------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
-------------------------------------------------------------------------
 42 | WARNING | Line exceeds 80 characters; contains 81 characters
 62 | WARNING | Line exceeds 80 characters; contains 82 characters
 63 | WARNING | Line exceeds 80 characters; contains 83 characters
-------------------------------------------------------------------------
sourabhjain’s picture

Status: Needs work » Needs review
StatusFileSize
new3.51 KB
new2.46 KB

I have resolved the above mentioned issue. Please review.

mrinalini9’s picture

Status: Needs review » Needs work

Hi,

I have reviewed patch #4, it applied cleanly and fixed all the warnings as mentioned above in the issue description.
But the below lines can be split up into two lines instead of three lines as per my observation:

+**Cloner**
+let you clone any entity on Drupal site, and provide forms for
+this as well.

So, moving this back to Needs Work.

Thanks & Regards,
Mrinalini

sourabhjain’s picture

Status: Needs work » Needs review
StatusFileSize
new3.51 KB
new411 bytes

I have resolved the above mentioned issue in #5. Please review.

mrinalini9’s picture

Status: Needs review » Needs work

Hi,

For splitting into two lines, I meant to say like this:

**Cloner** let you clone any entity on Drupal site, and provide forms for this
as well.

Please fix this.
So, moving this to Needs Work.

Thanks & Regards,
Mrinalini

immaculatexavier’s picture

Status: Needs work » Needs review
StatusFileSize
new3.51 KB
new436 bytes

Addressed #7. Attached the patch for the same.

mrinalini9’s picture

Hi,

Reviewed patch #8, looks good to me.

Thanks & Regards,
Mrinalini

niklan’s picture

Status: Needs review » Fixed

Thank you folks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.