
Use pull request decoration in Azure DevOps with SonarCloud
How to use SonarCloud pull request analysis, pull request decoration and quality gates in Azure DevOps. Continue reading Use pull request decoration in Azure DevOps with SonarCloud
How to use SonarCloud pull request analysis, pull request decoration and quality gates in Azure DevOps. Continue reading Use pull request decoration in Azure DevOps with SonarCloud
Most “Clean Code schools” treat it as a kind of personal mastery. You achieve certain skills and levels, learn patterns and practices. But how does Clean Code relate to technical debt in a modern, team oriented DevOps world? Development of … Continue reading Clean Code is a team sport!
SonarQube is a really great solution to monitor and track your technical debt over time. But wouldn’t it be great if the developer could already see in Visual Studio the impact that his commit will have to the sonar dashboard? If you use Visual Studio 2015 and the C# Plugin for SonarQube you can do this with the extension SonarLint. The extension depends on the latest version of the C# Plugin – so make sure that you have the latest version (5.2) installed. In Visual Studio install the extension in the “Extensions and Updated” dialog. This adds a new Tile ‘SonarQube’ … Continue reading Use SonarLint to work on your technical debt in Visual Studio