badoo / badoo/RIBs

Lint rule to warn on Configurations

Open
#167 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.