File tree 2 files changed +4
-1
lines changed
testing/scenario_app/android
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ gradle_task("android_lint") {
30
30
task = " lint"
31
31
gradlew_dir = rebase_path (" ." )
32
32
sources = _android_sources
33
- outputs = [ " $root_out_dir /scenario_app/build/ reports" ]
33
+ outputs = [ " $root_out_dir /scenario_app/reports/lint-results.xml " ]
34
34
deps = [ " //flutter/testing/scenario_app:scenario_app_snapshot" ]
35
35
}
36
36
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ android {
15
15
showAll true
16
16
warningsAsErrors true
17
17
checkTestSources true
18
+ htmlReport false
19
+ xmlReport true
20
+ xmlOutput file(" ${ rootProject.buildDir} /reports/lint-results.xml" )
18
21
// UnpackedNativeCode can break stack unwinding - see b/193408481
19
22
// NewerVersionAvailable and GradleDependency need to be taken care of
20
23
// by a roller rather than as part of CI.
You can’t perform that action at this time.
0 commit comments