Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

codefactor

0e0ba58
Select commit
Loading
Failed to load commit list.
Merged

miscellaneous optimizations (optimizing at 3am is addicting) #198

codefactor
0e0ba58
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Jun 30, 2025 in 4s

1 issue fixed. 1 issue found.

Annotations

Check warning on line 181 in src/main/kotlin/io/github/dockyardmc/extentions/ExtendedByteBuf.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/kotlin/io/github/dockyardmc/extentions/ExtendedByteBuf.kt#L181

Parentheses in (current and CONTINUE_BIT) are unnecessary and can be replaced with: current and CONTINUE_BIT. (detekt.UnnecessaryParentheses)