Skip to content

Commit 6ad08be

Browse files
chore: update lint baselines (#218)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent ec1a90a commit 6ad08be

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/lint-baseline.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@
129129
column="13"/>
130130
</issue>
131131

132+
<issue
133+
id="NewerVersionAvailable"
134+
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.1"
135+
errorLine1="detektCompose = &quot;0.4.28&quot;"
136+
errorLine2=" ~~~~~~~~">
137+
<location
138+
file="$HOME/work/Camera/Camera/gradle/libs.versions.toml"
139+
line="6"
140+
column="17"/>
141+
</issue>
142+
132143
<issue
133144
id="SwitchIntDef"
134145
message="Switch statement on an `int` with known associated constant missing case `CameraState.ERROR_CAMERA_REMOVED`"

0 commit comments

Comments
 (0)