Re-vendor the carried hub files to the current canonical - #905
Merged
Conversation
These files are carried verbatim from ptr727/ProjectTemplate, so a local copy that differs is drift rather than a choice. The hub's regenerated fleet divergence report lists this repo for them. Changed: .markdownlint-cli2.jsonc repo-config/configure.sh Line endings preserved as each file held them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR re-vendors two “carried verbatim” hub files to the current canonical versions to eliminate fleet drift, aligning local markdown linting behavior and repository-configuration tooling with the shared baseline.
Changes:
- Update
.markdownlint-cli2.jsoncto keepMD033enabled while allowing thedetails/summaryHTML elements for GitHub collapsibles. - Refresh
repo-config/configure.shto the current canonical apply/check structure and improve check-mode robustness with a missing-payload guard.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
repo-config/configure.sh |
Syncs the repo configuration script to the canonical apply/check design and adds a check-mode guard for missing ruleset payload files. |
.markdownlint-cli2.jsonc |
Updates markdownlint configuration to allow details/summary under MD033 while keeping inline HTML enforcement otherwise enabled. |
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.
.markdownlint-cli2.jsoncandrepo-config/configure.share carriedverbatimfrom ptr727/ProjectTemplate, so a copy that differs is drift rather than a choice. The hub's regenerated fleet divergence report lists this repo for both..markdownlint-cli2.jsonccarries a behavior change: the canonical enablesMD033withdetailsandsummaryallowed. Verified rather than assumed:markdownlint-cli2over**/*.mdreports 0 issues here under the restored config.repo-config/configure.shadvances to the currentapply/checkdesign. The older copy predates the payload-driven check mode.Line endings preserved.
Not in this PR: this repo also carries
dotnet_analyzer_diagnostic.severity = suggestionin.editorconfig. ptr727/ProjectTemplate#353 probed this repo at 0 hidden findings, so removal should be a no-op, but that probe is two weeks old and removal turns real analyzers back on, so it gets its own pull request with a build rather than riding along with a config copy.Part of the fleet re-vendor sweep tracked in the hub's
TODO.md.