mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-07-20 10:21:57 +03:00
Compare commits
No commits in common. "92d20f4aa791a9b7c3098919a7a8e94c4754fc69" and "376e1b97b42b19022a9cf9aaa170132b1cfa1926" have entirely different histories.
92d20f4aa7
...
376e1b97b4
@ -52,11 +52,7 @@ style:
|
||||
active: true
|
||||
ForbiddenComment:
|
||||
active: true
|
||||
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:'
|
||||
values: ['FIXME:', 'STOPSHIP:']
|
||||
WildcardImport:
|
||||
active: true
|
||||
MaxLineLength:
|
||||
|
@ -14,6 +14,6 @@ data class PlaybackState(
|
||||
var repeatMode: Int = 0
|
||||
) : Serializable {
|
||||
companion object {
|
||||
private const val serialVersionUID = -293487987L
|
||||
const val serialVersionUID = -293487987L
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user