Custom UserDefaults suite #210
+189
−7
Open
Annotations
5 warnings
|
SwiftLint:
Tests/KeyboardShortcutsTests/KeyboardShortcutsTests.swift#L305
Empty String Violation: Prefer checking `isEmpty` over comparing `string` to an empty string literal (empty_string)
|
|
SwiftLint:
Tests/KeyboardShortcutsTests/KeyboardShortcutsTests.swift#L258
Empty String Violation: Prefer checking `isEmpty` over comparing `string` to an empty string literal (empty_string)
|
|
SwiftLint:
Tests/KeyboardShortcutsTests/KeyboardShortcutsTests.swift#L141
Empty String Violation: Prefer checking `isEmpty` over comparing `string` to an empty string literal (empty_string)
|
|
SwiftLint:
Tests/KeyboardShortcutsTests/KeyboardShortcutsTests.swift#L40
Empty Collection Literal Violation: Prefer checking `isEmpty` over comparing collection to an empty array or dictionary literal (empty_collection_literal)
|
|
SwiftLint:
Tests/KeyboardShortcutsTests/RecorderLayoutTests.swift#L26
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
Loading