-
Notifications
You must be signed in to change notification settings - Fork 4
Issue/108 #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue/108 #192
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
e41233b to
bdb5407
Compare
bdb5407 to
caa3c9a
Compare
748f010 to
3a7b1a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements support for SonarQube static code analysis by adding SonarQube configuration, updating project version numbers, and improving debug assertion checks across the codebase.
- Adds comprehensive SonarQube configuration with code analysis rules and suppressions
- Bumps CETL version from 1.4.2 to 1.5.0
- Modernizes debug assertion checks to use explicit macro checking pattern
Reviewed Changes
Copilot reviewed 26 out of 28 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sonar-project.properties | New SonarQube configuration file defining project settings, source paths, and analysis rules |
| include/cetl/pmr/o1heap_memory_resource_delegate.hpp | Updates o1heap integration with new API usage and SonarQube suppressions |
| include/cetl/cetl.hpp | Version bump to 1.5.0 and SonarQube comment suppressions |
| cetlvast/suites/unittest/*.cpp | Updates debug assertion checks to use explicit macro checking pattern |
| .vscode/* | VS Code configuration updates for SonarLint integration |
| .github/workflows/* | GitHub Actions updates for SonarQube integration |
| cetlvast/cmake/modules/* | CMake module cleanups and SonarScanner removal |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
3a7b1a9 to
ac55191
Compare
improving some coverage, cleaning up a few sonarlint issues, and steering vscode users to clangd. Consuming fixes in o1Heap and added o1heap example. Bump SonarSource/sonarqube-scan-action from 5.3.0 to 5.3.1 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump actions/upload-pages-artifact from 3 to 4 Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ac55191 to
5b56bcc
Compare
|



No description provided.