Sync cross-repo template fixes#125
Merged
Merged
Conversation
- Update RELEASE-WORKFLOW-SETUP.md: CodeQL uses code_scanning ruleset type - Rename -Confirm to -Force in Fix-BranchRuleset.ps1 - Add -SkipSetup flag to Fix-BranchRuleset.ps1 - Add tests/.editorconfig to suppress noisy analyzer rules in test code Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Synchronizes cross-repo template updates by aligning branch ruleset tooling, release workflow documentation, and test analyzer configuration.
Changes:
- Adds
tests/.editorconfigto relax selected analyzer rules in test code. - Updates
Fix-BranchRuleset.ps1to rename-Confirm→-Force(keeping-yalias) and introduce-SkipSetup. - Corrects release setup documentation to reflect CodeQL enforcement via
code_scanningrulesets rather than status checks.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
tests/.editorconfig |
Suppresses specific analyzer diagnostics for test projects to reduce noise. |
scripts/Fix-BranchRuleset.ps1 |
Updates CLI flags (-Force, -SkipSetup) and adjusts confirmation/setup flow accordingly. |
docs/RELEASE-WORKFLOW-SETUP.md |
Documents CodeQL merge enforcement correctly as code scanning ruleset behavior. |
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.
Summary
code_scanningruleset type, not status checks-Confirmto-Forcein Fix-BranchRuleset.ps1 (avoids PowerShell semantics conflict)-SkipSetupflag to Fix-BranchRuleset.ps1 (separate from-Force)tests/.editorconfigto suppress noisy analyzer rules in test code (MA0004, MA0048, MA0011, VSTHRD200, etc.)Test plan
-Forceand-SkipSetupflags work independently🤖 Generated with Claude Code