File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -44,5 +44,8 @@ after_failure:
44
44
- cat material-stepper/build/reports/findbugs/findbugs.xml || echo "Report missing"
45
45
- echo 'PMD report:'
46
46
- cat material-stepper/build/reports/pmd/pmd.xml || echo "Report missing"
47
- - echo 'Lint report:'
48
- - cat material-stepper/build/reports/lint-results.xml || echo "Report missing"
47
+ - echo 'Lint reports:'
48
+ - echo 'library:'
49
+ - cat material-stepper/build/reports/lint-results.xml || echo "Report missing"
50
+ - echo 'sample:'
51
+ - cat sample/build/reports/lint-results.xml || echo "Report missing"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <lint >
3
+ <issue id =" all" >
4
+ <ignore path =" build" />
5
+ </issue >
6
+ </lint >
You can’t perform that action at this time.
0 commit comments