Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2021 at 21:26 UTC
Updated:
26 Sep 2022 at 00:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
daffie commentedAdded 3 patches:
Comment #3
daffie commentedThe changed core/phpcs.xml.dist comes from the issue: #2937514: Fix Drupal.NamingConventions.ValidVariableName.LowerCamelName in tests.
Comment #4
daffie commentedThe patch 3224583-2-with-changed-phpcs-xml-dist.patch should fail the testbot, only it does not. On my local machine it does fail however. No idea why it does not fail the testbot.
Comment #5
longwaveI think you need to set FINAL_STATUS=1 here...
...because STATUS is overwritten on every trip around the file loop.
Comment #6
dhirendra.mishra commentedHere uploading my patch and inter-diff for above comment....Please review it.
Comment #7
longwavePlease can you also upload the same change applied to 3224583-2-with-changed-phpcs-xml-dist.patch - which should fail.
Comment #8
daffie commented@dhirendramishra: Sorry for xposting. Thank you for helping with this issue.
@longwave: Thank you for your help.
Comment #9
daffie commentedThe patch with a changed
phpcs.xml.distfails as expected. It even has failure that is not related to the change in thephpcs.xml.dist:Comment #10
longwaveThanks @daffie! I guess we should have another issue to deal with that problem in TourViewBuilder, I wonder how that slipped in.
Comment #11
spokjeIssue for the indentation issue created here
Comment #12
alexpottThis is not a bug. Coding standard issues are not bug fixes per se and neither is this a critical. That said this is nice functionality to have and it looks good. We should file follow-ups to do the same for JS and CSS files.
Committed and pushed 92a87eacc8 to 9.3.x and d64dc5c13c to 9.2.x. Thanks!
Comment #16
quietone commentedThis is tagged for followups, #12, so checking to see if that has happened.
It has, the work was done in
I am removing the tag.