futuredapp / donut

Doughnut-like graph view capable of displaying multiple datasets with assignable colors
MIT License
546 stars 46 forks source link

Add CI status #12

Closed skywall closed 5 years ago

futured-bot commented 5 years ago
11 Warnings
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressLine.kt#L13 - Constructor parameter names should match the pattern: [a-z][A-Za-z\d]*
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressLine.kt#L14 - Constructor parameter names should match the pattern: [a-z][A-Za-z\d]*
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressLine.kt#L15 - Constructor parameter names should match the pattern: [a-z][A-Za-z\d]*
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressLine.kt#L16 - Constructor parameter names should match the pattern: [a-z][A-Za-z\d]*
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressLine.kt#L17 - Constructor parameter names should match the pattern: [a-z][A-Za-z\d]*
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressLine.kt#L18 - Constructor parameter names should match the pattern: [a-z][A-Za-z\d]*
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressLine.kt#L19 - Constructor parameter names should match the pattern: [a-z][A-Za-z\d]*
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressLine.kt#L120 - Parentheses in (pathLen.toDouble() * length) are unnecessary and can be replaced with: pathLen.toDouble() * length
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressView.kt#L52 - Parentheses in (0f..1f) are unnecessary and can be replaced with: 0f..1f
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressView.kt#L228 - Functions with exact one statement, the return statement, can be rewritten with ExpressionBodySyntax.
:warning: library/src/main/kotlin/com/thefuntasty/donut/DonutProgressView.kt#L255 - it.animatedValue cannot be safely cast to Float.

Generated by :no_entry_sign: Danger