Jason Pearson
11/22/2024, 10:47 AMJason Pearson
11/22/2024, 10:51 AMJ贸zsef Bart贸k
11/22/2024, 10:56 AMJason Pearson
11/22/2024, 3:49 PMlint {
sarifOutput = file("${layout.buildDirectory.get()}/reports/lint-results.sarif")
htmlOutput = file("${layout.buildDirectory.get()}/reports/lint-results.html")
}
While Lint has a ton of options for configuration I think it can be beneficial to add a couple of these output options instead of just the Boolean for xml report. I've experimented with running DCL in my android build repo on GitHub and found these are the 3 things that would hold back demoing DCL build improvementsJason Pearson
11/22/2024, 3:50 PMJason Pearson
11/22/2024, 3:53 PMJason Pearson
11/22/2024, 3:54 PMPaul Merlin
11/26/2024, 8:40 AM