realm/SwiftLint

Detect redundant extensions

Open

#5,359 opened on Nov 18, 2023

 (7 comments) (1 reaction) (1 assignee)Swift (2,295 forks)batch import
good first issuerule-request

Repository metrics

Stars
 (19,570 stars)
PR merge metrics
 (PR metrics pending)

Description

New rule request

extension without any function will be avoid

Bad

extension Dog {}

Contributor guide