Skip to content

Commit d25e2cf

Browse files
Address SonarCloud findings and remaining isometric review items.
Extract isometric CLI parsing and grid capture helpers, share animation entity lookup, fix RecenterGuard rule compliance, and repair the doc-sync Perl version replacement. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 52e19b7 commit d25e2cf

5 files changed

Lines changed: 310 additions & 261 deletions

File tree

scripts/sync-doc-versions-from-cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ apply_perl_replace() {
8585
'BEGIN { $v = $ENV{QTMESH_DOC_VERSION}; } s/(?<!`)(image-tag:\s*")(\d+\.\d+\.\d+)(")(?!`)/$1 . $v . $3/ge' \
8686
"$f"
8787
QTMESH_DOC_VERSION="${VERSION}" perl -i -pe \
88-
'BEGIN { $v = $ENV{QTMESH_DOC_VERSION}; } s/\(currently \*\*\d+\.\d+\.\d+\*\*\)/(currently **) . $v . (**)/ge' \
88+
'BEGIN { $v = $ENV{QTMESH_DOC_VERSION}; } s/(currently \*\*)\d+\.\d+\.\d+(\*\*)/$1 . $v . $2/ge' \
8989
"$f"
9090
}
9191

0 commit comments

Comments
 (0)