Update to Java 21 and Kotlin 2.0.0 #115
Merged
GitHub Advanced Security / detekt
succeeded
Aug 8, 2024 in 5s
No new alerts in code changed by this pull request
Annotations
Code scanning / detekt
The more parameters a function has the more complex it is. Long parameter lists are often used to control complex algorithms and violate the Single Responsibility Principle. Prefer functions with short parameter lists. Warning
Loading