Skip to content

Commit

Permalink
Reenable Swiftlint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
acb-mv committed Nov 27, 2024
1 parent 861749d commit 18704c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ struct SingleChoiceList<Value>: View where Value: Equatable {
}
}
}
// swiftlint:enable function_body_length

private func subtitleRow(_ text: String) -> some View {
HStack {
Expand Down Expand Up @@ -340,6 +341,8 @@ struct SingleChoiceList<Value>: View where Value: Equatable {
}
}
}
// swiftlint:enable function_parameter_count


#Preview("Static values") {
StatefulPreviewWrapper(1) { SingleChoiceList(title: "Test", options: [1, 2, 3], value: $0) }
Expand Down

0 comments on commit 18704c0

Please sign in to comment.