Open ygnessin opened 4 days ago
Thank you so much for maintaining this library and for your attention to this issue.
Is this a bug, or is it intended behavior? If intended, I can open a feature request, because I don't think this should be a violation.
no ktlint violations
Lint error > [standard:backing-property-naming] Backing property is only allowed when a matching property or function exists
companion object { private var _isEnabled = false } val isEnabled: Boolean get() = _isEnabled
.editorconfig
Thank you so much for maintaining this library and for your attention to this issue.
Is this a bug, or is it intended behavior? If intended, I can open a feature request, because I don't think this should be a violation.
Expected Behavior
no ktlint violations
Observed Behavior
Steps to Reproduce
Your Environment
.editorconfig
settings: N/A