We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e110313 commit 4b9b6afCopy full SHA for 4b9b6af
1 file changed
CodeEditModules/Modules/AppPreferences/src/Model/General/GeneralPreferences.swift
@@ -44,6 +44,7 @@ public extension AppPreferences {
44
/// Default initializer
45
public init() {}
46
47
+ // swiftlint:disable function_body_length
48
/// Explicit decoder init for setting default values when key is not present in `JSON`
49
public init(from decoder: Decoder) throws {
50
let container = try decoder.container(keyedBy: CodingKeys.self)
@@ -88,6 +89,7 @@ public extension AppPreferences {
88
89
forKey: .issueNavigatorDetail
90
) ?? .upTo3
91
}
92
+ // swiftlint:enable function_body_length
93
94
95
/// The appearance of the app
0 commit comments