CLeanup #285
main.yml
on: push
Detekt - Main
3m 10s
Ktlint - Main
2m 35s
Matrix: build-lib-ui
Matrix: build-sample
Deploy to Github pages
0s
Dry run publish - Main
0s
Annotations
5 errors, 6 warnings, and 2 notices
standard:function-naming:
samples/shared/src/commonMain/kotlin/com/alorma/compose/settings/sample/shared/SampleApp.kt#L7
Function name should start with a lowercase letter (except factory methods) and use camel case
|
Ktlint - Main
Process completed with exit code 1.
|
Ktlint - Main
Function name should start with a lowercase letter (except factory methods) and use camel case
|
Ktlint - Main
Found 1 errors and 0 warnings.
|
Detekt - Main
Process completed with exit code 1.
|
detekt.CompositionLocalAllowlist:
ui-base/src/commonMain/kotlin/com/alorma/compose/settings/ui/base/internal/CompositionLocals.kt#L11
CompositionLocals are implicit dependencies and creating new ones should be avoided.
See https://twitter.github.io/compose-rules/rules/#compositionlocals for more information.
|
detekt.LongParameterList:
ui-base/src/commonMain/kotlin/com/alorma/compose/settings/ui/base/internal/SettingsTileColors.kt#L8
The constructor(containerColor: Color, titleColor: Color, iconColor: Color, subtitleColor: Color, actionColor: Color, disabledTitleColor: Color, disabledIconColor: Color, disabledSubtitleColor: Color, disabledActionColor: Color) has too many parameters. The current threshold is set to 7.
|
detekt.MayBeConst:
ui-base/src/commonMain/kotlin/com/alorma/compose/settings/ui/base/internal/SettingsTileDefaults.kt#L11
DisabledAlpha can be a `const val`.
|
Detekt - Main
CompositionLocals are implicit dependencies and creating new ones should be avoided.
See https://twitter.github.io/compose-rules/rules/#compositionlocals for more information.
|
Detekt - Main
The constructor(containerColor: Color, titleColor: Color, iconColor: Color, subtitleColor: Color, actionColor: Color, disabledTitleColor: Color, disabledIconColor: Color, disabledSubtitleColor: Color, disabledActionColor: Color) has too many parameters. The current threshold is set to 7.
|
Detekt - Main
DisabledAlpha can be a `const val`.
|
Ktlint - Main
Processed 25 files: Checks: 🛑 1 error.
See `Ktlint` (https://github.com/alorma/Compose-Settings/runs/35428897895)
|
Detekt - Main
Processed 4 files: Checks: ⚠️ 3 warnings.
See `Detekt` (https://github.com/alorma/Compose-Settings/runs/35428926123)
|