Package org.gradle.api.plugins.quality
@NonNullApi
package org.gradle.api.plugins.quality
Plugins which measure and enforce code quality.
-
ClassDescriptionBase class for code quality tasks.Runs Checkstyle against some source files.Configuration options for the Checkstyle plugin.Checkstyle Plugin.The reporting configuration for the
Checkstyle
task.Runs CodeNarc against some source files.Configuration options for the CodeNarc plugin.CodeNarc Plugin.The reporting configuration for theCodeNarc
test.Base Code Quality Extension.Runs a set of static code analysis rules on Java source code files and generates a report of problems found.Configuration options for the PMD plugin.A plugin for the PMD source code analyzer.The reporting configuration for thePmd
task.Represents the PMD targetjdk property available for PMD < 5.0