1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-27 16:56:57 +02:00

Add linter snapshot and use as baseline

This commit is contained in:
Arjan Schrijver 2023-09-01 10:05:51 +02:00
parent c912ea0378
commit 2d8f312c4b
2 changed files with 33837 additions and 2 deletions

View File

@ -216,10 +216,12 @@ android {
lintOptions {
abortOnError ABORT_ON_CHECK_FAILURE
lintConfig file("${project.rootDir}/config/lint/lint.xml")
// If true, generate an HTML report (with issue explanations, sourcecode, etc)
// If true, generate an HTML report (with issue explanations, sourcecode, etc)
htmlReport true
// Optional path to report (default will be lint-results.html in the builddir)
// Optional path to report (default will be lint-results.html in the builddir)
htmlOutput file("$project.buildDir/reports/lint/lint.html")
// Ignore checks present in the snapshot
baseline file("lint-baseline.xml")
}
testOptions {

33833
app/lint-baseline.xml Normal file

File diff suppressed because it is too large Load Diff