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
- PR metrics pending (PR metrics pending)
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