Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

raatiniemi/sonar-oclint-plugin

Repository files navigation

sonar-oclint-plugin

LGPLv3 license OCLint compatible version pipeline status quality gate code test coverage

The repository is a SonarQube plugin for parsing reports from OCLint. This is not a standalone plugin yet, i.e. it needs to be embedded within another plugin.

Usage

In order to include the code from this repository, you'll first need to add the repository.

repositories {
    maven {
        url  "https://dl.bintray.com/raatiniemi/maven"
    }
}

And, then you need to declare it as a dependency using compile 'me.raatiniemi.sonar:oclint:$latestVersion'.

Dependency examples are using Gradle, for additional dependency options you can checkout sonar-oclint-plugin at bintray.