Skip to content

Commit

Permalink
[ISSUE] fixed swift lint warnings (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilSainiYML authored Apr 26, 2023
1 parent 6473512 commit 3a9f8dd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/YMatterTypeTests/Elements/TypographyButtonTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,5 @@ extension String {
replacingOccurrences(of: " ", with: "")
}
}
// swiftlint:enable type_body_length
// swiftlint:enable file_length
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,4 @@ private final class NonMutableParagraphStyle: NSParagraphStyle {
return self
}
}
// swiftlint:enable large_tuple
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ private extension UITraitCollectionBreakpointTests {
].map({ UITraitCollection(traitsFrom: [startingTraits, $0]) })
}
}
// swiftlint:enable large_tuple
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ private extension UITraitCollectionFontAppearanceTests {
].map({ UITraitCollection(traitsFrom: [.default, $0]) })
}
}
// swiftlint:enable large_tuple
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,4 @@ final class WeightlessFontFamily: FontFamily {

func weightName(for weight: Typography.FontWeight) -> String { weightName }
}
// swiftlint:enable large_tuple
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ private extension SystemFontFamilyTests {
}
}
}
// swiftlint:enable large_tuple

0 comments on commit 3a9f8dd

Please sign in to comment.