api / org.gradle.api.plugins.quality / CheckstyleExtension / getConfigDir

getConfigDir

@Incubating open fun getConfigDir(): File

Path to other Checkstyle configuration files. By default, this path is $rootProject.projectDir/config/checkstyle

This path will be exposed as the variable config_loc in Checkstyle's configuration files.

Return
path to other Checkstyle configuration files

Since
4.0