Skip to content

chore(format): prettier was never run over eighteen frontend files - #2089

Merged
rubenvdlinde merged 1 commit into
developmentfrom
chore/prettier-format
Sep 19, 2026
Merged

rubenvdlinde merged 1 commit into
developmentfrom
chore/prettier-format

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

What was wrong

prettier --check "**/*.{js,ts,vue,css,scss}" has been red on development
over eighteen files: src/modals/v2/SourceFormFields.vue and seventeen test
specs from the intake, outbound and digital-post work.

What changed

prettier --write over the tree, and nothing else. The edits are line
breaking, argument wrapping and trailing commas. No expression, selector or
assertion text changed.

Verified

  • npm run format: all matched files use Prettier code style. It was
    eighteen files failing.
  • npx vitest run: 22 files, 327 tests, all green, so the seventeen reformatted
    specs still parse and still assert.
  • npm run lint: 0 errors, 112 warnings, unchanged from development.

Inherited, reported not fixed

phpcs (482 errors), phpmd (123 findings), check:schema-l10n (261 over
baseline) and five hydra gates are red on development independently of this
change. Each is its own PR in this sweep.

🤖 Generated with Claude Code

prettier --check has been failing on development over eighteen files: one
component and seventeen test specs, all from the intake, outbound and
digital-post work. Ran prettier --write and nothing else.

No behaviour changes: the edits are line breaking and trailing commas.
vitest 327 tests green, eslint 0 errors, prettier --check clean.
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/integriq @ b9cf01f

Check PHP Vue Security License Tests
lint ✅
phpcs ❌
phpmd ❌
psalm ❌
phpstan ❌
phpmetrics ✅
eslint ✅
stylelint ✅
build ✅
build ✅
check-specs ✅
test-l10n ❌
format ✅
check-schema-l10n ❌
check-l10n-js ✅
composer ✅ ✅ 141/141
npm ✅ ✅ 545/545
app:check-code ⏭️
info.xml ✅
REUSE ❌
lockfile sync ✅
PHPUnit ✅
Newman ✅
Playwright ⏭️ deferred: E2E runs locally and on the promotion path only. This pull request targets development, so the suite is asked once per promotion into beta and main rather than once per push per open pull request. Run it on any branch from the Actions tab, or locally with npx playwright test.
Hydra gates ❌
Hydra gates (axe) ✅

Quality workflow — 2026-09-19 12:38 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit cd55d2d into development Sep 19, 2026
40 of 49 checks passed
@rubenvdlinde
rubenvdlinde deleted the chore/prettier-format branch September 19, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant