chore(detekt): allow early returns and throws
Configure detekt to ignore guard clauses that use return and throw. This enables cleaner early-exit patterns and avoids unnecessary code nesting.
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Configure detekt to ignore guard clauses that use return and throw. This enables cleaner early-exit patterns and avoids unnecessary code nesting.