Groovy Documentation

org.gradle.api.plugins.quality
[Groovy] Class CheckstyleExtension

java.lang.Object
  org.gradle.api.plugins.quality.CodeQualityExtension
      org.gradle.api.plugins.quality.CheckstyleExtension

class CheckstyleExtension
extends CodeQualityExtension

Property Summary
File configFile

The Checkstyle configuration file to use.

Map configProperties

The properties available for use in the configuration file.

boolean showViolations

Whether or not rule violations are to be displayed on the console.

 

Property Detail

configFile

File configFile
The Checkstyle configuration file to use.


configProperties

Map configProperties
The properties available for use in the configuration file. These are substituted into the configuration file.


showViolations

boolean showViolations
Whether or not rule violations are to be displayed on the console. Defaults to true. Example: showViolations = false


 

Gradle API 1.7