open class CheckstyleExtension
CheckstyleExtension() |
var configFile: String |
|
var enabled: Boolean
Ability to enable or disable only checkstyle for every subproject that is not ignored. |
|
var exclude: List<String> |
|
var ignoreFailures: Boolean?
If set to false or true it overrides {@link CodeQualityToolsPluginExtension#failEarly}. |
|
var include: List<String> |
|
var showViolations: Boolean?
If set to false or true it overrides {@link CodeQualityToolsPluginExtension#failEarly}. |
|
var source: String |
|
var toolVersion: String |