Skip to content

fix: remove stray empty tracked .eslintrc.js from Pipelines assets#2899

Merged
chubes4 merged 1 commit into
mainfrom
fix/untrack-empty-eslintrc
Jul 13, 2026
Merged

fix: remove stray empty tracked .eslintrc.js from Pipelines assets#2899
chubes4 merged 1 commit into
mainfrom
fix/untrack-empty-eslintrc

Conversation

@chubes4

@chubes4 chubes4 commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Removes an empty, dev-only .eslintrc.js tracked under inc/Core/Admin/Pages/Pipelines/assets/react/.
  • The production build strips dotfiles, so the file never ships — but homeboy 0.283.1's release packager enforces tracked-file parity and fails with "Release package is missing 1 tracked runtime file(s): ...eslintrc.js". This blocks all releases from environments running the newer packager.
  • The file is 0 bytes and has no runtime purpose.

Why now

Releases under the older homeboy (0.245.0) didn't run this parity check, so v0.162.3 shipped fine. The upgraded packager surfaced this pre-existing hygiene issue.

Test plan

  • homeboy release data-machine package preflight no longer reports the missing tracked file.

An empty .eslintrc.js was tracked under
inc/Core/Admin/Pages/Pipelines/assets/react/. It's dev-only, has no
runtime purpose, and the production build strips dotfiles — which trips
the release packager's tracked-file parity check (missing runtime file).
Removing it unblocks packaging.
@homeboy-ci

homeboy-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Homeboy Results — data-machine

Lint

review lint — passed

Deep dive: homeboy review lint data-machine --changed-since f52c748

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-review-lint-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-review-lint-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine/actions/runs/29285037811

Test

review test — passed

ℹ️ No impacted tests found for --changed-since f52c748
ℹ️ Run full suite if needed: homeboy test data-machine
Deep dive: homeboy review test data-machine --changed-since f52c748

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-review-test-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-review-test-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine/actions/runs/29285037811

Audit

review audit — passed

Deep dive: homeboy review audit data-machine --changed-since f52c748

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-review-audit-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-review-audit-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine/actions/runs/29285037811
Tooling versions
  • Homeboy CLI: homeboy 0.283.1+10b6335515eb+2bd7bdd5
  • Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 40f77e42
  • Action: unknown@unknown

@chubes4 chubes4 merged commit ed993c3 into main Jul 13, 2026
5 checks passed
@chubes4 chubes4 deleted the fix/untrack-empty-eslintrc branch July 13, 2026 21:09
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