Reports when property with 'is' prefix doesn't have a boolean type.
val isEnabled: Int = 500
val isEnabled: Boolean = false
The content on this page is adapted from the Detekt Docs. Copyright ©2022 The Detekt Team. All rights reserved. https://detekt.dev/comments.html