Name.remal.checkstyle settings

Plugin class: name.remal.gradle_plugins.plugins.code_quality.checkstyle.CheckstyleSettingsPlugin

plugins {
    id 'name.remal.checkstyle-settings' version '1.5.0'
}
plugins {
    id("name.remal.checkstyle-settings") version "1.5.0"
}

 

This plugin works only if checkstyle plugin is applied.

 

This plugin helps to configure Checkstyle.

  • It updates Checkstyle version to the latest one.
  • It excludes sources generated by annotation processors from the analysis.
  • It all sources inside build directory from the analysis.