olsh / resharper-to-sonarqube-example

This repository contains an example project which shows how you can send ReSharper code issues to SonarQube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReSharper to SonarQube example

Build status Quality Gate

This repository contains an example project which shows how you can send ReSharper code issues to SonarQube using dotnet-reqube.

Only SonarQube 7.2+ is supported.

You can see imported R# issues on the page.

More information about the integration in the blog post

Generic steps to import issues

  1. Start SonarQube scanner
  2. Build solution
  3. Run R# analysis
  4. Convert the R# report to SonarQube format using dotnet-reqube
  5. End SonarQube scanner

Check build.cake for more details.

About

This repository contains an example project which shows how you can send ReSharper code issues to SonarQube

License:MIT License


Languages

Language:HTML 63.2%Language:C# 31.2%Language:CSS 4.2%Language:JavaScript 1.4%