Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 262 Bytes

EmptyKtFile.md

File metadata and controls

11 lines (6 loc) · 262 Bytes

Pattern: Empty .kt file

Issue: -

Description

Reports empty Kotlin (.kt) files. Empty blocks of code serve no purpose and should be removed.

Further Reading