aishwaryabhishek3
04/03/2024, 12:13 PMComposable functions that return Unit should start with an uppercase letter.
They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.
dependencies {
detektPlugins("io.nlopez.compose.rules:detekt:0.1.8"). // Cannot use latest version due to other compatibility issues.
}
But the task reports as a success. Are there separate settings for detektPlugins where I have to define that the task should fail on any rule failure ?