[ISSUE] fixed swift lint warnings (#84)

This commit is contained in:
SahilSainiYML 2023-04-26 16:02:17 +05:30 committed by GitHub
parent 6473512d09
commit 3a9f8dd625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 0 deletions

View File

@ -442,3 +442,5 @@ extension String {
replacingOccurrences(of: " ", with: "")
}
}
// swiftlint:enable type_body_length
// swiftlint:enable file_length

View File

@ -132,3 +132,4 @@ private final class NonMutableParagraphStyle: NSParagraphStyle {
return self
}
}
// swiftlint:enable large_tuple

View File

@ -91,3 +91,4 @@ private extension UITraitCollectionBreakpointTests {
].map({ UITraitCollection(traitsFrom: [startingTraits, $0]) })
}
}
// swiftlint:enable large_tuple

View File

@ -87,3 +87,4 @@ private extension UITraitCollectionFontAppearanceTests {
].map({ UITraitCollection(traitsFrom: [.default, $0]) })
}
}
// swiftlint:enable large_tuple

View File

@ -178,3 +178,4 @@ final class WeightlessFontFamily: FontFamily {
func weightName(for weight: Typography.FontWeight) -> String { weightName }
}
// swiftlint:enable large_tuple

View File

@ -130,3 +130,4 @@ private extension SystemFontFamilyTests {
}
}
}
// swiftlint:enable large_tuple