Skip to content

Commit 2f69669

Browse files
author
Martijn
committed
Added extra char to check
1 parent 4c89311 commit 2f69669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SwiftLintBuiltInRules/Rules/Lint/AccessibilityFontSizeRule.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private extension SourceKittenDictionary {
9696
arguments: [
9797
.init(
9898
name: "",
99-
values: [".system"],
99+
values: [".system("],
100100
matchType: .prefix)
101101
]
102102
)

0 commit comments

Comments
 (0)