Branch: refs/heads/claude/cool-tesla-lm4cfw Home: https://github.com/xwiki/xwiki-dev-llm Commit: b43f7529709b6d380fa5f490a51f7232ebb04155 https://github.com/xwiki/xwiki-dev-llm/commit/b43f7529709b6d380fa5f490a51f72... Author: Vincent Massol <[email protected]> Date: 2026-07-30 (Thu, 30 Jul 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/okf/sonarqube/index.md M xwiki/okf/sonarqube/modernization-rules.md M xwiki/okf/sonarqube/simplification-rules.md M xwiki/okf/sonarqube/syntax-rules.md Log Message: ----------- Document the S6397, S6485 and S6208 SonarQube rules in the OKF * simplification-rules: S6397 (redundant single-character regex character class), including the escaping to preserve and the \uXXXX source-text gotcha. * modernization-rules: S6485 (collection factory methods instead of the sizing constructor) and the S6201 shapes a scripted sweep misses (else-if chains, bare casts, array-index operands, array-type patterns, acronym naming, name reuse across sibling blocks). * syntax-rules: S6208 (merge fall-through case labels), including when the group must be dropped. * index: rule-map rows for the three new rules, plus S6213 and S4144 added to the denylist. * Bump the plugin version to 1.0.1 across all host manifests. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications