realm/SwiftLint

Detect redundant extensions

开放

#5,359 创建于 2023年11月18日

 (7 条评论) (1 个反应) (1 位负责人)Swift (2,295 个派生)batch import
good first issuerule-request

仓库指标

星标
 (19,570 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

New rule request

extension without any function will be avoid

Bad

extension Dog {}

贡献者指南