Ignore ktlint issue for this particular class.
This commit is contained in:
parent
99b38c8b0a
commit
7572968e20
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ package io.element.android.libraries.core.mimetype
|
|||
import io.element.android.libraries.core.bool.orFalse
|
||||
|
||||
// The Android SDK does not provide constant for mime type, add some of them here
|
||||
@Suppress("ktlint:standard:property-naming")
|
||||
object MimeTypes {
|
||||
const val Any: String = "*/*"
|
||||
const val OctetStream = "application/octet-stream"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue