Problem/Motivation

There is a files need to fixed with coding standards.
Here is the command : -
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,twig modules/contrib/auto_entitylabel/

See results in CI branch.

CommentFileSizeAuthor
#5 3422302-5.patch3.56 KBchandansha
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Prem Suthar created an issue. See original summary.

mohd sahzad’s picture

Assigned: Unassigned » mohd sahzad

mohd sahzad’s picture

Assigned: mohd sahzad » Unassigned
chandansha’s picture

StatusFileSize
new3.56 KB

i fixed all phpcs issues.

pray_12’s picture

Hi,
Reviewed the above patch and found no PHPCS errors and warnings.
Thank you!!

prem suthar’s picture

Status: Active » Reviewed & tested by the community

VladimirAus made their first commit to this issue’s fork.

vladimiraus’s picture

Version: 8.x-3.0 » 8.x-3.x-dev
Priority: Minor » Normal
Status: Reviewed & tested by the community » Needs work

PHPCS returns error.

vladimiraus’s picture

jannakha’s picture

Status: Needs review » Needs work

tests are failing, possibly because of renamed functions:

https://git.drupalcode.org/project/auto_entitylabel/-/merge_requests/19/...
Line 44: auto_entitylabel_form_auto_entitylabel_settings_form_alter
Line 60: auto_entitylabel_auto_entitylabel_label_alter

vladimiraus’s picture

Issue summary: View changes
Status: Needs work » Needs review

Updated API file, brought latest changes.
Ready for review.

jannakha’s picture

Status: Needs review » Reviewed & tested by the community

tests pass
CI pass
good job!

vladimiraus’s picture

Cheers. Committed! 🍻

vladimiraus’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

prem suthar’s picture