Closed (fixed)
Project:
JSON:API Links
Version:
1.0.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2024 at 16:12 UTC
Updated:
18 Jan 2025 at 10:54 UTC
Jump to comment: Most recent
The Gitlab CI pipeline identified several coding standards issues: https://git.drupalcode.org/issue/jsonapi_links-3437151/-/jobs/1197339
Let's fix these.
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 #3
ptmkenny commentedThis fixes all of the coding standards issues identified except 2:
I think dependency injection can be a separate issue than other coding standard fixes because DI can sometimes cause problems, so it should be a separate commit.
Comment #4
cleavinjosh commentedHi @ptmkenny,
I applied MR!8, it was applied smoothly and fixed most of the issues.
However, I encountered more issues than you mentioned in comment #3 after I ran
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml.Please check and advise.
Thank you.
Comment #7
ptmkenny commentedComment #9
ptmkenny commented