-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
enhancementIdeas for improvements of existing features and rules.Ideas for improvements of existing features and rules.
Description
New Issue Checklist
- I've Updated SwiftLint to the latest version.
- I've searched for existing GitHub issues.
Bug Description
SwiftLint produces a false positive in this case:
Environment
- SwiftLint version - 0.59.1
- Xcode version - 16.4
- Installation method used - Homebrew
- Configuration file:
disabled_rules:
- identifier_name
- line_length
- trailing_whitespace
- force_cast
- file_length
- function_body_length
- nesting
- notification_center_detachment
- unused_setter_value
- cyclomatic_complexity
- type_body_length
- force_try
- implicit_getter
- large_tuple
excluded:
- Pods
analyzer_rules:
- unused_importReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementIdeas for improvements of existing features and rules.Ideas for improvements of existing features and rules.
