Lint rule to warn on Configurations
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 164
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Configurations need to implement correct equals and hashCode, as they're used in map keys under the hood. Configurations that are neither kotlin `object` nor `data class` but simply `class` pose a risk if they don't implement those.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the repository's existing lint-rule entry points and tests, then inspect how Kotlin classes are identified. Define the warning for configurations that are plain classes without equals and hashCode, and confirm the test suite covers object, data class, and ordinary class cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100