[CI] Add CircleCI config (#621)
* Add circleci * Commit to maybe fix ci * Suppress false positives in lint * Disable linting for tests in ci * Remove unused comment
This commit is contained in:
parent
0aeab2a983
commit
5f0641eb3e
2 changed files with 33 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
package com.keylesspalace.tusky.entity
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.os.Parcel
|
||||
import android.os.Parcelable
|
||||
import android.text.Spanned
|
||||
|
@ -25,6 +26,7 @@ import kotlinx.android.parcel.Parceler
|
|||
import kotlinx.android.parcel.Parcelize
|
||||
import kotlinx.android.parcel.WriteWith
|
||||
|
||||
@SuppressLint("ParcelCreator")
|
||||
@Parcelize
|
||||
data class Account(
|
||||
val id: String,
|
||||
|
@ -71,6 +73,7 @@ data class Account(
|
|||
}
|
||||
|
||||
@Parcelize
|
||||
@SuppressLint("ParcelCreator")
|
||||
data class AccountSource(
|
||||
val privacy: Status.Visibility,
|
||||
val sensitive: Boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue