You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ktlint Foo.kt
/Users/goooler/StudioProjects/DemoApp/adapter/src/main/kotlin/io/goooler/demoapp/adapter/rv/core/Foo.kt:4:17: Backing property not allowed when 'private' modifier is missing (standard:backing-property-naming)
/Users/goooler/StudioProjects/DemoApp/adapter/src/main/kotlin/io/goooler/demoapp/adapter/rv/core/Foo.kt:4:17: Backing property is only allowed when a matching property or functionexists (standard:backing-property-naming)
Summary error count (descending) by rule:
standard:backing-property-naming: 2
Expected Behavior
No errors are thrown.
Observed Behavior
Steps to Reproduce
Foo.kt
:Run
ktlint Foo.kt
.Context
Related to:
_
and is refed by getter function should be ignored #2332PrivatePropertyName
likePropertyName
#2612Your Environment
The text was updated successfully, but these errors were encountered: