CodeQualityExtension

Base Code Quality Extension.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@ReplacedBy(value = "reportsDirectory")
open fun getReportsDir(): File
The directory where reports will be generated.
Link copied to clipboard
The directory where reports will be generated.
Link copied to clipboard
Whether to allow the build to continue if there are warnings.
Link copied to clipboard
open fun setIgnoreFailures(ignoreFailures: Boolean)
Whether to allow the build to continue if there are warnings.
Link copied to clipboard
open fun setReportsDir(reportsDir: File)
Sets the directory where reports will be generated.