LintReportsBuilder

Added in 9.4.0-alpha06

@Incubating
interface LintReportsBuilder


Build-time configuration for lint reports.

This object is accessible on LintBuilder via LintBuilder.reports.

Summary

Public properties

Boolean

Whether the lint report task that includes dependencies should be enabled for this variant.

Boolean

Whether the local lint report task (which excludes dependencies) should be enabled for this variant.

Public properties

enableReportWithDependencies

Added in 9.4.0-alpha06
var enableReportWithDependenciesBoolean

Whether the lint report task that includes dependencies should be enabled for this variant.

Only has an effect if VariantBuilder.enableLint is also true and the Gradle property android.experimental.lint.lintReportAggregation is enabled.

Defaults to true.

enableReportWithoutDependencies

Added in 9.4.0-alpha06
var enableReportWithoutDependenciesBoolean

Whether the local lint report task (which excludes dependencies) should be enabled for this variant.

Only has an effect if VariantBuilder.enableLint is also true and the Gradle property android.experimental.lint.lintReportAggregation is enabled.

Defaults to true.