Leveraging SonarCloud in CI/CD environment for Effective Code Quality Improvement and Quality Assurance
Static code analysis involves testing your source code against a number of well-known and common mistakes by analyzing the source code without running it. PlatformIO already has this feature under Project Tasks > Advanced > Check which will, for example, launch CppCheck. But like many other tools, things are moving to the cloud, and … Read more