Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
MigrateLintOptionsToLint
/
LintOptionsToLintExpected.gradle.kts
blob: b18bc919f8fd45bb40803282b3774dd974b974f7 [
file
] [
log
] [
blame
]
android
{
lint
{
abortOnError
=
true
checkOnly
+=
setOf
(
"check-id-1"
)
error
+=
setOf
(
"error-id-1"
)
informational
+=
setOf
(
"informational-id-1"
,
"informational-id-2"
)
noLines
=
false
xmlOutput
=
file
(
"xmlOutput.xml"
)
}
}