gradle-code-quality-tools-plugin / com.vanniktech.code.quality.tools / PmdExtension

PmdExtension

open class PmdExtension

Constructors

<init>

PmdExtension()

Properties

enabled

var enabled: Boolean

Ability to enable or disable only pmd for every subproject that is not ignored.

exclude

var exclude: List<String>

ignoreFailures

var ignoreFailures: Boolean?

If set to false or true it overrides {@link CodeQualityToolsPluginExtension#failEarly}.

include

var include: List<String>

ruleSetFile

var ruleSetFile: String

source

var source: String

toolVersion

var toolVersion: String