From 7bc1c7898bd7655b35df0ec9a6b7dc192962ec7d Mon Sep 17 00:00:00 2001 From: Faruk Eryilmaz Date: Sun, 3 Nov 2024 17:15:19 +0300 Subject: [PATCH] update README to reflect integration of Cppcheck static analysis in CI process --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bc8b5a..754c805 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ This project comes with preconfigured GitHub Actions workflows that automaticall - **macOS** using Xcode ## Upcoming Features -- `GitLab CI/CD` and `Jenkins` integration are planned and will be added. -- `Cppcheck` static code analysis will be added to the CI process. -- `SonarCloud` static code analysis will be integrated. +- [ ] `GitLab CI/CD` and `Jenkins` integration are planned and will be added. +- [x] `Cppcheck` static code analysis will be added to the CI process. +- [ ] `SonarCloud` static code analysis will be integrated. ## Contributing Contributions are welcome! If you find a bug or have a suggestion for improvement, feel free to open an issue or submit a pull request.