Closed (fixed)
Project:
Coffee
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Feb 2016 at 11:54 UTC
Updated:
21 Oct 2016 at 08:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mahaveer003 commentedWorking on this.
Comment #3
mahaveer003 commentedPatch for Code cleaup as per pareview.sh
Comment #4
naveenvalechaThanks! this will not fix all the issues as per pareview but as per latest coding standard changes. remove the @file from classes,intefaces and traits file.
Comment #5
Pradnya Pingat commentedComment #6
Pradnya Pingat commentedupdating patch as per coding standards referred from https://www.drupal.org/coding-standards/docs#file .
Comment #7
Pradnya Pingat commentedComment #9
neerajsinghComment #10
neerajsinghRe-rolling the patch.
Comment #11
naveenvalechawe don't need tests here. Removing the tag that was added in #4
Comment #12
willzyx commentedneeds a reroll after #2770037: Removed @file tag .
Line is 82 chars
Please revert these changes. The coding standards are properly applied here
Please revert this change. /** @var ...**/ is used by phpstorm for retrieve type information for the variable
Comment #13
neerajsinghComment #14
neerajsinghAttaching the re-rolled patch here..
Comment #15
naveenvalecha@neerajsingh,
Please provide the interdiff it would be easier to review the changes https://www.drupal.org/documentation/git/interdiff
Comment #16
neerajsingh@naveenvalecha, Patch at #10 doesn't apply any more after #2770037: Removed @file tag .
Hence patch at #14 is a new patch. Do we still need a interdiff ?
Comment #17
naveenvalechaAlright then this needs test on pareview.sh as my setup of pareview.sh on my local is pretty old.
Steps to test :
Apply the path to a sperate branch
Run that branch against coding standards requirement on pareview.sh and post the link here.
Neeraj,
Now this is in admin's radar, let's get the review from them after this patch gets committed.
Thanks!
Comment #18
leandro713 commentedok, so i grabbed branch 8.x-1.x from coffee repo,
applied patch #3
then applied locally latest
pareview.shfrom its github repoand these are the results:
Comment #19
shruti1803 commentedComment #20
shruti1803 commentedUpdated patch as said in #18.
Comment #21
leandro713 commentedbesides
phpcswarns a lot of errorsmy local
pareview.shseems to be happy with latest patchand gives no errors ...
Comment #22
rasikap commentedComment #23
rasikap commentedComment #24
rasikap commentedFixed the phpcs issues I found. Please review.
Comment #25
leandro713 commentedok latest patch is ok for both
pareviewandphpcsgood work!
Comment #27
willzyx commentedCommitted and pushed to 8.x. Thanks!