- Issue created by @useernamee
- First commit to issue fork.
- Status changed to Needs review
4 months ago 11:14am 22 August 2024 - 🇮🇳India ankitv18
Cspell and phpcs pipelines are fixed now ~~ please review MR!26
- Status changed to Needs work
4 months ago 11:31am 22 August 2024 - 🇮🇳India chandansha
i have tested MR 26 and run
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,js,info,txt,md,yml,twig .
this command i found some phpcs issue.
also, pipeline failed test stage.FILE: /home/chandansha/docker/testd10/web/modules/custom/ohdear_integration-3469661/README.md --------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES --------------------------------------------------------------------------------------------- 96 | WARNING | Line exceeds 80 characters; contains 88 characters 100 | WARNING | Line exceeds 80 characters; contains 84 characters --------------------------------------------------------------------------------------------- FILE: /home/chandansha/docker/testd10/web/modules/custom/ohdear_integration-3469661/ohdear_integration.services.yml ------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------- 22 | ERROR | [x] Expected 1 newline at end of file; 2 found ------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ------------------------------------------------------------------------------------------------------------------- FILE: /home/chandansha/docker/testd10/web/modules/custom/ohdear_integration-3469661/ohdear_integration.routing.yml ------------------------------------------------------------------------------------------------------------------ FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------ 7 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction ------------------------------------------------------------------------------------------------------------------ Time: 276ms; Memory: 12MB
- 🇮🇳India ankitv18
@chandansha have you even the checked the gitlab pipelines? https://git.drupalcode.org/issue/ohdear_integration-3469661/-/jobs/2519411
Both cspell and phpcs are fixed now.
- Status changed to Needs review
4 months ago 11:41am 22 August 2024 - 🇮🇳India chandansha
@ankitv18 i have checked pipeline it is fixed but in my local i found above issue.
- 🇮🇳India ankitv18
So there might be some configuration mismatch for sniffing out the code spell at your local. Please do check as of now Drupal follows gitlab template to execute the pipelines for validation and all the phpstan issues.
-
useernamee →
committed dac0ab13 on 2.x authored by
ankitv18 →
Issue #3469661 by ankitv18, useernamee: Fix code style and spelling...
-
useernamee →
committed dac0ab13 on 2.x authored by
ankitv18 →
- Status changed to Fixed
4 months ago 12:03pm 22 August 2024 - 🇸🇮Slovenia useernamee Ljubljana
I guess we now need a test fix for 2.x, and we're good.
Automatically closed - issue fixed for 2 weeks with no activity.