Problem/Motivation

There are some parts of the code that don't follow the coding standard and need to be modified.

Proposed resolution

Update the code according to the coding standard.

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

adriancid created an issue. See original summary.

adriancid’s picture

Title: Fix code standar format » Fix code standard format
adriancid’s picture

Status: Active » Needs review
FileSize
1.95 KB
krina.addweb’s picture

Status: Needs review » Needs work
FileSize
5.72 KB
25.82 KB

@adriancid, Thanks for the patch but I found some problem during testing of your patch.

1) When I applied the patch in module file it throws 1 error.PFA
2) When I checked your patch over simplytest.me with the use of coder module it still shows the error in node_revision_delete.batch.inc file. PFA

adriancid’s picture

Status: Needs work » Needs review
FileSize
2.66 KB

@krina.addweb thanks for your feedback.

For the first problem you need to use:

git clone --branch 7.x-2.x https://git.drupal.org/project/node_revision_delete.git
cd node_revision_delete

to test the patch, because the error comes from the .info file and once you download the module from drupal.org the site put additional info in this file, and this cause the problem.

The other problem is fixed in this patch.

krina.addweb’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
64.35 KB
12.46 KB

@adriancid, Thanks for your quick response & for the updated patch. Now it works well & removes the remaining coding standard error. As i checked it manually by applying it in module file & with the use of Coder module over simplytest.me. PFA

Thanks again for your help.

  • adriancid committed 4410604 on 7.x-2.x
    Issue #2866086 by adriancid, krina.addweb: Fix code standard format
    
adriancid’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

adriancid’s picture