This repository was archived by the owner on Nov 28, 2025. It is now read-only.
miscellaneous optimizations (optimizing at 3am is addicting) #198
+272
−407
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
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)
Loading