Use == instead of ?: when dealing with nullable boolean
Read more
The code contain too many unused private methods
Read more
Prefer using expression Form for ‘if’ or ‘when’ in place of statement syntax
Read more
Do not use a labeled return for the last statement in a lambda
Read more
Boolean checks should not be inverted
Read more
Avoid using multiple labeled returns in lambda expression
Read more
Use Elvis operator to avoid unclear syntax pattern
Read more
Avoid undefined type on data or routines declaration
Read more
Avoid to update static fields from instance methods
Read more