mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
Update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin to v1.23.0
This commit is contained in:
parent
4feb84bd83
commit
25f3ff0bd3
@ -52,7 +52,11 @@ style:
|
|||||||
active: true
|
active: true
|
||||||
ForbiddenComment:
|
ForbiddenComment:
|
||||||
active: true
|
active: true
|
||||||
values: ['FIXME:', 'STOPSHIP:']
|
comments:
|
||||||
|
- reason: 'Forbidden FIXME todo marker in comment, please fix the problem.'
|
||||||
|
value: 'FIXME:'
|
||||||
|
- reason: 'Forbidden STOPSHIP todo marker in comment, please address the problem before shipping the code.'
|
||||||
|
value: 'STOPSHIP:'
|
||||||
WildcardImport:
|
WildcardImport:
|
||||||
active: true
|
active: true
|
||||||
MaxLineLength:
|
MaxLineLength:
|
||||||
|
@ -7,7 +7,7 @@ gradlePlugin = "8.0.2"
|
|||||||
androidxcore = "1.10.1"
|
androidxcore = "1.10.1"
|
||||||
ktlint = "0.43.2"
|
ktlint = "0.43.2"
|
||||||
ktlintGradle = "11.3.2"
|
ktlintGradle = "11.3.2"
|
||||||
detekt = "1.22.0"
|
detekt = "1.23.0"
|
||||||
preferences = "1.2.0"
|
preferences = "1.2.0"
|
||||||
media3 = "1.0.2"
|
media3 = "1.0.2"
|
||||||
|
|
||||||
|
@ -14,6 +14,6 @@ data class PlaybackState(
|
|||||||
var repeatMode: Int = 0
|
var repeatMode: Int = 0
|
||||||
) : Serializable {
|
) : Serializable {
|
||||||
companion object {
|
companion object {
|
||||||
const val serialVersionUID = -293487987L
|
private const val serialVersionUID = -293487987L
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user