URIs (URL & path) should not be hardcoded for testability purpose
Read more
A field should not duplicate the name of its containing class
Read more
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