Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

fix(eslint): collapse double blank lines in src/registry.js#519

Merged
rubenvdlinde merged 2 commits into
developmentfrom
fix/eslint-registry-multiple-blank-lines
May 20, 2026
Merged

fix(eslint): collapse double blank lines in src/registry.js#519
rubenvdlinde merged 2 commits into
developmentfrom
fix/eslint-registry-multiple-blank-lines

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

  • Single 1-line edit: removes a double blank line in `src/registry.js` between the `PublicStatusPage` entry and the Detail-tab components section.
  • Clears the only eslint error ("More than 1 blank line not allowed" / `no-multiple-empty-lines`) — the remaining 14 are warnings.

Surfaced by #496 (tenant-OR migration), whose eslint job runs against the PR-merged-with-dev commit and was blocked by this pre-existing issue on `development`.

Test plan

eslint rule no-multiple-empty-lines was flagging two consecutive blank
lines between the PublicStatusPage entry and the Detail-tab components
section. Single blank line is the project convention.

Surfaced by procest#496 (the tenant-OR PR) eslint job, which runs
against the PR-merged-with-dev commit.
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/procest @ e47f358

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer ✅ 100/100
npm ✅ 426/426
PHPUnit ⏭️
Newman ⏭️
Playwright ⏭️

Quality workflow — 2026-05-20 12:32 UTC

Download the full PDF report from the workflow artifacts.

Same fix landed in PR #491 and #496. Pulling it into this PR so
its CI doesn't carry the same red Security (composer) check.

- symfony/yaml v6.4.34 → v6.4.40 (CVE-2026-45304/45305 + others)
- twig/twig v3.23.0 → v3.26.0 (sandbox-escape advisories chain)
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/procest @ bf9bbab

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer ✅ 100/100
npm ✅ 426/426
PHPUnit
Newman ⏭️
Playwright ⏭️

Coverage: 0% (0/81 statements)


Quality workflow — 2026-05-20 13:13 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde rubenvdlinde merged commit b3e9329 into development May 20, 2026
25 checks passed
@rubenvdlinde rubenvdlinde deleted the fix/eslint-registry-multiple-blank-lines branch May 20, 2026 22:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant