Ktlint ignore some stuff
This commit is contained in:
parent
6f85f0a6d5
commit
c29dc695ae
@ -87,6 +87,7 @@ object Entry {
|
||||
override val key = "uh"
|
||||
}
|
||||
|
||||
/* ktlint-disable experimental:enum-entry-name-case */
|
||||
enum class ImageSize(override val value: String) : ConfigItem {
|
||||
AUTO("0"),
|
||||
`2400`("5"),
|
||||
@ -97,6 +98,7 @@ object Entry {
|
||||
|
||||
override val key = "xr"
|
||||
}
|
||||
/* ktlint-enable experimental:enum-entry-name-case */
|
||||
|
||||
enum class TitleDisplayLanguage(override val value: String) : ConfigItem {
|
||||
DEFAULT("0"),
|
||||
@ -111,6 +113,7 @@ object Entry {
|
||||
override val value = "2"
|
||||
}
|
||||
|
||||
/* ktlint-disable experimental:enum-entry-name-case */
|
||||
enum class SearchResultsCount(override val value: String) : ConfigItem {
|
||||
`25`("0"),
|
||||
`50`("1"),
|
||||
@ -128,6 +131,7 @@ object Entry {
|
||||
|
||||
override val key = "tr"
|
||||
}
|
||||
/* ktlint-enable experimental:enum-entry-name-case */
|
||||
|
||||
enum class UseOriginalImages(override val value: String) : ConfigItem {
|
||||
NO("0"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user