Skip to content

Commit da8a27a

Browse files
chore: update lint baselines (#939)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 97ec800 commit da8a27a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

app/detekt-baseline.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@
412412
<ID>MaxLineLength:MonthView.kt$MonthView$// handle overlapping repeating events e.g. an event that lasts 3 days, but repeats every 2 days has a one day overlap</ID>
413413
<ID>MaxLineLength:MonthView.kt$MonthView$canvas.drawLine(0f, i * dayHeight + weekDaysLetterHeight, canvas.width.toFloat(), i * dayHeight + weekDaysLetterHeight, gridPaint)</ID>
414414
<ID>MaxLineLength:MonthView.kt$MonthView$compareBy({ -it.daysCnt }, { !it.isAllDay }, { it.startTS }, { it.endTS }, { it.startDayIndex }, { it.title })</ID>
415-
<ID>MaxLineLength:MonthView.kt$MonthView$dayLetters = context.withFirstDayOfWeekToFront(context.resources.getStringArray(org.fossify.commons.R.array.week_day_letters).toList())</ID>
416415
<ID>MaxLineLength:MonthView.kt$MonthView$dayVerticalOffsets.put(day.indexOnMonthView, dayVerticalOffsets[day.indexOnMonthView] + weekDaysLetterHeight)</ID>
417416
<ID>MaxLineLength:MonthView.kt$MonthView$drawEventTitle(event, canvas, xPos + taskIconWidth, yPos + verticalOffset, bgRight - bgLeft - smallPadding - taskIconWidth, specificEventTitlePaint)</ID>
418417
<ID>MaxLineLength:MonthView.kt$MonthView$private</ID>

app/lint-baseline.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,17 @@
265265
column="13"/>
266266
</issue>
267267

268+
<issue
269+
id="NewerVersionAvailable"
270+
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.1"
271+
errorLine1="detektCompose = &quot;0.4.28&quot;"
272+
errorLine2=" ~~~~~~~~">
273+
<location
274+
file="$HOME/work/Calendar/Calendar/gradle/libs.versions.toml"
275+
line="8"
276+
column="17"/>
277+
</issue>
278+
268279
<issue
269280
id="DiscouragedApi"
270281
message="Fixed screen orientations will be ignored in most cases, starting from Android 16. Android is moving toward a model where apps are expected to adapt to various orientations, display sizes, and aspect ratios."
@@ -426,7 +437,7 @@
426437
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
427438
<location
428439
file="src/main/kotlin/org/fossify/calendar/activities/EventActivity.kt"
429-
line="2233"
440+
line="2262"
430441
column="17"/>
431442
</issue>
432443

@@ -437,7 +448,7 @@
437448
errorLine2=" ^">
438449
<location
439450
file="src/main/kotlin/org/fossify/calendar/activities/EventActivity.kt"
440-
line="2297"
451+
line="2326"
441452
column="16"/>
442453
</issue>
443454

0 commit comments

Comments
 (0)