Zongle Wang
Zongle Wang
## Expected Behavior of the rule ```kt open class Foo { @Suppress("PropertyName") protected val _foo = mutableListOf() } ``` This `_foo` name should be suppressed in IDEA but not be...
https://github.com/Kotlin/binary-compatibility-validator?tab=readme-ov-file#experimental-klib-abi-validation-support Follow up #169.
Closes #182.
## Description Reverted some format changes form before merges. https://github.com/Goooler/Launcher3/compare/android-14.0.0_r28...android-14.0.0_r29 ## Type of change :x: General change (non-breaking change that doesn't fit the below categories like copyediting) :x: Bug fix...
Repro https://github.com/diffplug/spotless/issues/2159.
## Expected Behavior No errors are thrown. ## Observed Behavior ```sh 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...
### Checklist - [X] I have used the search function to see if someone else has already submitted the same feature request. - [X] I will describe the problem with...
Maybe - https://mrmans0n.github.io/compose-rules/ktlint - https://github.com/j-roskopf/ComposeGuard
Check the build result at https://github.com/Goooler/Noto/actions/runs/9399353247/job/25886602070.
Validate builds for PRs and pushes on master. Check the result at https://github.com/Goooler/Notally/actions/runs/9398823467/job/25884993374.