Add external storage option for large values #408
Annotations
8 warnings
|
Run norio-nomura/[email protected]:
Sources/Defaults/Defaults+Bridge.swift#L326
Superfluous Else Violation: Else branches should be avoided when the previous if-block exits the current scope (superfluous_else)
|
|
Run norio-nomura/[email protected]:
Sources/Defaults/UserDefaults.swift#L65
Shorthand Optional Binding Violation: Use shorthand syntax for optional binding (shorthand_optional_binding)
|
|
Run norio-nomura/[email protected]:
Sources/Defaults/UserDefaults.swift#L97
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
|
Run norio-nomura/[email protected]:
Tests/DefaultsTests/DefaultsExternalStorageTests.swift#L279
Shorthand Optional Binding Violation: Use shorthand syntax for optional binding (shorthand_optional_binding)
|
|
Run norio-nomura/[email protected]:
Tests/DefaultsTests/DefaultsExternalStorageTests.swift#L273
Shorthand Optional Binding Violation: Use shorthand syntax for optional binding (shorthand_optional_binding)
|
|
Run norio-nomura/[email protected]:
Tests/DefaultsTests/DefaultsExternalStorageTests.swift#L154
Shorthand Optional Binding Violation: Use shorthand syntax for optional binding (shorthand_optional_binding)
|
|
Run norio-nomura/[email protected]:
Tests/DefaultsTests/DefaultsExternalStorageTests.swift#L82
Shorthand Optional Binding Violation: Use shorthand syntax for optional binding (shorthand_optional_binding)
|
|
Run norio-nomura/[email protected]:
Tests/DefaultsTests/DefaultsExternalStorageTests.swift#L164
Number Separator Violation: Underscore(s) used as thousand separator(s) should be added after every 3 digits only (number_separator)
|
Loading