Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
MigrateLintOptionsToLint
/
LintOptionsToLint.gradle.kts
blob: d4e011746fd16ecb070dd8b851ab5fd9dffe2f32 [
file
] [
log
] [
blame
]
android
{
lintOptions
{
isAbortOnError
=
true
check
(
"check-id-1"
)
error
(
"error-id-1"
)
informational
(
"informational-id-1"
,
"informational-id-2"
)
isNoLines
=
false
xmlOutput
=
file
(
"xmlOutput.xml"
)
}
}