docs: weekly sync#163
Open
bserem wants to merge 1 commit into
Open
Conversation
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.
What changed and why
Four commits landed directly on
mainbetween 2026-07-14 and 2026-07-23. Two of them touched documented areas:1.
9a3e73d— exclude tests from pre-commit checks (scripts/git-hooks/pre-commit)Check 4 (the
core.extension.ymlforbidden-modules guard) now filters out files undertests/directories before running, consistent with checks 2 and 3 which already excluded test paths.docs/git-hooks.mdupdated to reflect this.2.
d9bb965— Disable opentelemetry locally (settings.local.devmode.php,settings.local.perfmode.php)Both settings files gained
$config['opentelemetry.settings']['disable'] = true;.docs/drupal-settings.mdupdated to include OpenTelemetry in the list of services disabled in both modes.Not documented
88e8d58/b103605— changes tocommands/host/tests(a BATS test helper, not a documented command).Generated by Claude Code