Skip to content

Commit

Permalink
#429 removed trailing_whitespace from disabled rules in .swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mostazomarc committed May 17, 2024
1 parent 1db32af commit a790938
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ disabled_rules:
- opening_brace
- blanket_disable_command
- for_where
- trailing_whitespace
- vertical_whitespace
- void_function_in_ternary
- empty_enum_arguments
Expand Down
2 changes: 1 addition & 1 deletion Scribe/AboutTab/InformationScreenVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class InformationScreenVC: UIViewController {

contentContainerView.backgroundColor = UIColor(named: "commandBar")
applyCornerRadius(elem: contentContainerView, radius: contentContainerView.frame.width * 0.05)


cornerImageView.clipsToBounds = true
contentContainerView.clipsToBounds = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ final class InfoChildTableViewCell: UITableViewCell {

return action
}

// MARK: - Functions

func configureCell(for section: Section) {
Expand Down
2 changes: 1 addition & 1 deletion Scribe/ParentTableCellModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct Section {
init(
sectionTitle: String,
imageString: String? = nil,
hasToggle: Bool = false,
hasToggle: Bool = false,
hasNestedNavigation: Bool = false,
sectionState: SectionState,
shortDescription: String? = nil,
Expand Down

0 comments on commit a790938

Please sign in to comment.