Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 76f1c3d11f83c34e4a0c1e9ef8be4192c96cf988 https://github.com/xwiki/xwiki-rendering/commit/76f1c3d11f83c34e4a0c1e9ef8be... Author: Vincent Massol <[email protected]> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: A .github/workflows/quality-pr.yml R .github/workflows/sonar-pr.yml Log Message: ----------- [Misc] Check the Checkstyle rules of a pull request along with its SonarQube issues * Stop skipping Checkstyle in the pull request build. A violation fails the build, so the code base carries none, so a violation a changed module reports is one the pull request wrote: this needs none of the line filtering the SonarQube issues are put through, and no build of its own either, the modules the pull request changes being already the ones this workflow builds. * Rename the workflow to quality-pr.yml, now that the SonarCloud analysis is one of the quality rules it holds a pull request to rather than all of it. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications