Lint fixes/ignore some errors

This commit is contained in:
arkon
2021-04-11 18:16:15 -04:00
parent 5ff10799e4
commit a3f1b72126
6 changed files with 27 additions and 4 deletions

View File

@@ -5,6 +5,8 @@ package eu.kanade.tachiyomi.data.preference
*/
object PreferenceValues {
/* ktlint-disable experimental:enum-entry-name-case */
// Keys are lowercase to match legacy string values
enum class ThemeMode {
light,
@@ -25,6 +27,8 @@ object PreferenceValues {
amoled,
}
/* ktlint-enable experimental:enum-entry-name-case */
enum class DisplayMode {
COMPACT_GRID,
COMFORTABLE_GRID,