mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-07-20 02:11:57 +03:00
Compare commits
2 Commits
376e1b97b4
...
92d20f4aa7
Author | SHA1 | Date | |
---|---|---|---|
|
92d20f4aa7 | ||
|
55b2acf2bb |
@ -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:
|
||||
|
@ -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