We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/AThe text was updated successfully, but these errors were encountered: