Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report discarded notification observer as errors
Browse files Browse the repository at this point in the history
crazytonyli committed Jun 29, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent e98d963 commit 8eb366c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@ remote_timeout: 10.0

opt_in_rules:
- overridden_super_call
- discarded_notification_center_observer

overridden_super_call:
severity: error

discarded_notification_center_observer:
severity: error

0 comments on commit 8eb366c

Please sign in to comment.