Sputnik test#3
Conversation
| } | ||
| } | ||
|
|
||
| /** |
There was a problem hiding this comment.
[detekt] INFO: [comments/CommentOverPrivateFunction] Comments for private functions should be avoided. Prefer giving the function an expressive name. Split it up in smaller, self-explaining functions if necessary.
| /** | ||
| * comment | ||
| */ | ||
| private fun a_test() { |
There was a problem hiding this comment.
[detekt] INFO: [empty-blocks/EmptyFunctionBlock] Empty block of code detected. As they serve no purpose they should be removed.
| assertThat(persistedBook.id).isNotNull() | ||
|
|
||
| val unused = 1 | ||
| val TEST = 1 |
There was a problem hiding this comment.
[detekt] INFO: [style/NamingConventionViolation] All names in the codebase should be matching the naming convention of the codebase.
| } | ||
| } | ||
|
|
||
| /** |
There was a problem hiding this comment.
[detekt] INFO: [style/NamingConventionViolation] All names in the codebase should be matching the naming convention of the codebase.
No description provided.