We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7be2ff commit 5d3f467Copy full SHA for 5d3f467
2 files changed
.travis.yml
@@ -44,5 +44,8 @@ after_failure:
44
- cat material-stepper/build/reports/findbugs/findbugs.xml || echo "Report missing"
45
- echo 'PMD report:'
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"
+ - echo 'Lint reports:'
+ - 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"
sample/lint.xml
@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<lint>
3
+ <issue id="all">
4
+ <ignore path="build" />
5
+ </issue>
6
+</lint>
0 commit comments