Skip to content

Sputnik test#3

Open
pjagielski wants to merge 1 commit into
masterfrom
sputnik_test
Open

Sputnik test#3
pjagielski wants to merge 1 commit into
masterfrom
sputnik_test

Conversation

@pjagielski

Copy link
Copy Markdown
Contributor

No description provided.

}
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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() {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[detekt] INFO: [style/NamingConventionViolation] All names in the codebase should be matching the naming convention of the codebase.

}
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[detekt] INFO: [style/NamingConventionViolation] All names in the codebase should be matching the naming convention of the codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants