7 comments (7 comments)1 reaction (1 reaction)1 assignee (1 assignee)Swift2,295 forks (2,295 forks)batch import
good first issuerule-request
Repository metrics
- Stars
- 19,570 stars (19,570 stars)
- PR merge metrics
- Avg merge 16d 3h (Avg merge 16d 3h)37 merged PRs in 30d (37 merged PRs in 30d)
Description
New rule request
extension without any function will be avoid
Bad
extension Dog {}
Contributor guide
- Research direction
- Study existing extension related rules (e.g., 'extension access modifier') and the SwiftSyntax visitor pattern used in SwiftLint to implement a new rule that detects empty extensions.
- Tech stack
- swift
- Domain
- toolingdeveloper experience
- Issue type
- Feature
- Prerequisites
- SwiftSwiftLint rule development