Skip to content
Merged
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: 2 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updated for 0.45.0
# Updated for 0.45.1

excluded:
- ".build"
Expand Down Expand Up @@ -91,6 +91,7 @@ opt_in_rules:
- private_subject
- discouraged_none_name
- redundant_type_annotation
- prefer_self_in_static_references

disabled_rules:
- trailing_comma
Expand Down