Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 0d42b630f5a957aa76e00758f0ed4d225d3063c5 https://github.com/xwiki/xwiki-commons/commit/0d42b630f5a957aa76e00758f0ed4d... 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-commons/settings/notifications