chore: untrack the build logs that were triggering full CI runs - #935
Merged
Conversation
Untracked: build.log changed.tsv inst.log lint.log stylelint.log test_unit.log
rubenvdlinde
requested review from
Rem-Dam,
SudoThijn,
WilcoLouwerse,
bbrands02,
remko48 and
rjzondervan
as code owners
August 27, 2026 16:36
Contributor
Quality Report — ConductionNL/decidiq @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| check-nav-ceiling | ✅ | ||||
| test-l10n | ✅ | ||||
| format | ✅ | ||||
| check-l10n-js | ✅ | ||||
| check-schema-l10n | ✅ | ||||
| composer | ✅ | ✅ 104/104 | |||
| npm | ✅ | ✅ 557/557 | |||
| app:check-code | ⏭️ | ||||
| info.xml | ✅ | ||||
| REUSE | ❌ | ||||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ✅ | ||||
| Hydra gates | ✅ |
Quality workflow — 2026-08-27 20:32 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
build.log,lint.log,inst.log,stylelint.log,test_unit.logandchanged.tsvare transcripts written at the repo root by local tooling, andthey were tracked. Every local build therefore produced a real diff, and
every one of those commits triggered the full 34-job Code Quality suite.
In a 60-commit sample of recent fleet pushes, 58% touched no
.php,.js,.tsor.vuefile at all — generated artefacts like these, plus l10nwritebacks, were the bulk of it. Each still ran six PHPUnit legs and a
16-minute Playwright suite.
Scope
Root-anchored (
/*.log,/changed.tsv) on purpose. A bare*.logrulewould also reach
.claude/skills/*/examples/{pass,fail}.log, which are gatefixtures — the evidence those skills assert against — and must stay tracked.
Files removed from tracking in this repo are listed in the commit. Nothing that
is not a generated transcript is touched.
Removed here
build.logchanged.tsvinst.loglint.logstylelint.logtest_unit.log