ci(sonar): declare the qualified 3.13 and 3.14 interpreters to the analyzer - #1160
Open
doublewhy wants to merge 1 commit into
Open
ci(sonar): declare the qualified 3.13 and 3.14 interpreters to the analyzer#1160doublewhy wants to merge 1 commit into
doublewhy wants to merge 1 commit into
Conversation
…alyzer sonar.python.version still said 3.11-3.12 after CI qualified CPython 3.13 and 3.14 (#1134), so the strictest gate analyzed the code with 3.12-era rules. Declare the full supported range; the 3.11 floor keeps newer-syntax suggestions gated on the lint contract. The properties file's identity digest is reclassified accordingly. Note for the merge: the next dev branch scan may surface findings the newer-interpreter rules detect on existing code; they would appear on the dev analysis, not on this PR's changed-line scan. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Plain-language summary
sonar.python.versionstill declared3.11, 3.12after CI qualified CPython 3.13 and 3.14 (ci: qualify CPython 3.14 and bound interpreter support #1134), so theraes-strictgate analyzed the code with 3.12-era rules.3.11, 3.12, 3.13, 3.14(the 3.11 floor still gates newer-syntax suggestions on the lint contract), and reclassify the properties file's identity digest.Stacking
Based on
1152-sonar-mechanical-exemptions(PR #1155) so the digest classification stays coherent with that PR's properties edits; retargets todevwhen #1155 merges and should be rebased then.Heads-up for after merge
Sonar PR scans only report on changed lines, so this PR's own gate stays clean — but the next
devbranch scan may surface findings that the newer-interpreter rules detect on existing code. If any appear, they'll show at https://sonarcloud.io/dashboard?id=Brad-Edwards_aces&branch=dev and should be triaged the same way as the #1152/#1153/#1154 slices.Verification
tools/check_repo_policy.pypass with the reclassified digest.🤖 Generated with Claude Code