Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ only_rules:
# There should be no space before and one after any comma.
- comma

# Prefer `contains` over `filter(where:).count`.
- contains_over_filter_count

# Prefer `contains` over using `filter(where:).isEmpty`.
- contains_over_filter_is_empty

Expand Down