mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-04 19:50:06 +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
|
||||
ForbiddenComment:
|
||||
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:
|
||||
active: true
|
||||
MaxLineLength:
|
||||
|
@ -7,7 +7,7 @@ gradlePlugin = "8.0.2"
|
||||
androidxcore = "1.10.1"
|
||||
ktlint = "0.43.2"
|
||||
ktlintGradle = "11.3.2"
|
||||
detekt = "1.22.0"
|
||||
detekt = "1.23.0"
|
||||
preferences = "1.2.0"
|
||||
media3 = "1.0.2"
|
||||
|
||||
|
@ -14,6 +14,6 @@ data class PlaybackState(
|
||||
var repeatMode: Int = 0
|
||||
) : Serializable {
|
||||
companion object {
|
||||
const val serialVersionUID = -293487987L
|
||||
private const val serialVersionUID = -293487987L
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user