open class LintExtension
LintExtension() |
var abortOnError: Boolean?
If set to false or true it overrides CodeQualityToolsPluginExtension#failEarly. |
|
var absolutePaths: Boolean?
Returns whether lint should use absolute paths or not. |
|
var baselineFileName: String?
The baseline file name (e.g. baseline.xml) which will be saved under each project. |
|
var checkAllWarnings: Boolean?
Returns whether lint should check all warnings, including those off by default. |
|
var checkDependencies: Boolean?
Returns whether lint should check dependencies or not. |
|
var checkReleaseBuilds: Boolean?
Returns whether lint should check release builds or not. Since this plugin hooks lint into the check task we'll assume that you're always running the full lint suite and hence checking release builds is not necessary. |
|
var checkTestSources: Boolean?
Returns whether lint should check test sources or not. |
|
var enabled: Boolean
Ability to enable or disable only lint for every subproject that is not ignored. |
|
var lintConfig: File?
The lint config file (e.g. lint.xml). |
|
var textOutput: String
Specify the textOutput for lint. It will only be used when textReport is set to true. |
|
var textReport: Boolean?
Enable or disable textReport. |
|
var warningsAsErrors: Boolean?
If set to false or true it overrides CodeQualityToolsPluginExtension#failEarly. |