Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Problem/Motivation
We recently added the gitlab CI pipeline for code checking.
The code does not pass all the tests.
Steps to reproduce
Check the recent gitlab pipeline run, for the failed tests.
Proposed resolution
Fix all the code styling warning.
Comment | File | Size | Author |
---|---|---|---|
#2 | 3458116-country-phpcs-cspell.patch | 7.95 KB | nilesh.addweb |
Issue fork country-3458116
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
Comment #2
nilesh.addweb CreditAttribution: nilesh.addweb at AddWeb Solution Pvt. Ltd. for AddWeb Solution Pvt. Ltd. commentedHi, I have fixed phpcs and some cspell issue and created patch.
Comment #4
nilesh.addweb CreditAttribution: nilesh.addweb at AddWeb Solution Pvt. Ltd. for AddWeb Solution Pvt. Ltd. commentedHi,
In the latest pipeline run, all jobs passed except for PHPStan. The issue is originating from the feeds and facets dependent modules.
before -->https://git.drupalcode.org/issue/country-3444094/-/jobs/2110619
after --> https://git.drupalcode.org/issue/country-3458116/-/jobs/2155178
Comment #5
deepak5423 CreditAttribution: deepak5423 at Innoraft for Drupal India Association commented@nilesh.addweb phpstan test is still failing.
Moving the ticket to NW.
Comment #7
ankitv18 CreditAttribution: ankitv18 as a volunteer and at Acquia commentedNow pipelines are executed properly and all jobs are green.
Comment #8
deepak5423 CreditAttribution: deepak5423 at Innoraft for Drupal India Association commentedAll the pipelines are passing.
Moving the ticket to RTBC.
Comment #9
batigolixComment #10
batigolixThanks everybody for the contributions