- Issue created by @agentrickard
- ๐ฎ๐ณIndia Anjali Mehta
Anjali Mehta โ made their first commit to this issueโs fork.
- Status changed to Needs review
12 months ago 9:25am 31 December 2023 - Status changed to Needs work
12 months ago 6:55pm 8 January 2024 - ๐บ๐ธUnited States agentrickard Georgia (US)
It looks like the default branch on the fork is 8.x-1.x so the tests didn't run.
I had to update GitLab to use the correct default branch, so this MR needs to be redone against 2.0.x.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
I created the 3411259-branch-2-0-x branch in the issue fork for a MR against the 2.0.x branch.
- ๐ท๐บRussia zniki.ru
The issue summary should always describe what the issue is trying to fix and, in the case, of coding standards issues, report which command has been used, which arguments have been used, and which report that command shown.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
There is no report because that will be provided by the testing infrastructure, once PHP_CodeSniffer is enabled as described in the issue summary.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
Notice that MR!63 is not complete.
- Assigned to nitin_lama
- Issue was unassigned.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
See the issue summary of this issue, which was created by the project owner.
Using the new testing infrastructure, remove SKIP_PHPCS: '1' and then fix reported issues.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
That value is contained in the .gitlab-ci.yml file.
variables: SKIP_ESLINT: '1' SKIP_PHPCS: '1' SKIP_PHPSTAN: '1'
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
The report is available on https://git.drupalcode.org/issue/domain-3411259/-/jobs/655776 (line 32 to line 1147).
- ๐ท๐บRussia zniki.ru
Thanks @apaderno, can you please add link to the report to IS?
- ๐ฉ๐ชGermany tobiasb Berlin
tobiasb โ changed the visibility of the branch 3411259-run-and-correct to hidden.
- ๐ฉ๐ชGermany tobiasb Berlin
tobiasb โ changed the visibility of the branch 3411259-skip-phpcs-0 to hidden.
- Status changed to Needs review
11 months ago 5:43pm 10 February 2024 - ๐ฉ๐ชGermany tobiasb Berlin
fyi: I added a custom phpcs.xml to extends the lineLimit to 120.
- Status changed to Needs work
10 months ago 2:59pm 16 February 2024 - Status changed to Needs review
10 months ago 11:58am 17 February 2024 - ๐ฉ๐ชGermany tobiasb Berlin
I added your suggested changes, but only those which does not increase the scope of the issue.
- Status changed to Closed: duplicate
5 months ago 2:07pm 16 July 2024 - ๐ณ๐ฑNetherlands idebr
This issue was fixed in ๐ Configure and fix Eslint issues Fixed