realm/SwiftLint

Detect redundant extensions

Open

#5,359 opened on Nov 18, 2023

View on GitHub
 (7 comments) (1 reaction) (1 assignee)Swift (19,570 stars) (2,295 forks)batch import
good first issuerule-request

Description

New rule request

extension without any function will be avoid

Bad

extension Dog {}

Contributor guide