Skip to content

Commit

Permalink
Update .swiftlint.yml (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
adameastham authored Nov 8, 2024
1 parent 8d0cecb commit ed8e141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
excluded:
- **/*+Generated.swift
- **/Ampli.swift

disabled_rules:
- discarded_notification_center_observer
- notification_center_detachment
Expand Down Expand Up @@ -71,6 +67,10 @@ function_body_length:

legacy_hashing: error

type_name:
max_length:
warning: 60

identifier_name:
max_length:
warning: 60
Expand Down

0 comments on commit ed8e141

Please sign in to comment.