open class CpdExtension
CpdExtension() |
var enabled: Boolean
Ability to enable or disable only cpd for every subproject that is not ignored. |
|
var ignoreFailures: Boolean?
If set to false or true it overrides {@link CodeQualityToolsPluginExtension#failEarly}. |
|
var language: String |
|
var minimumTokenCount: Int
A positive integer indicating the minimum token count to trigger a CPD match. |
|
var source: String |