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