Skip to content

chore(lint): fix pre-existing ktlint violations#484

Merged
kdroidFilter merged 1 commit into
masterfrom
chore/fix-ktlint-violations
Jun 13, 2026
Merged

chore(lint): fix pre-existing ktlint violations#484
kdroidFilter merged 1 commit into
masterfrom
chore/fix-ktlint-violations

Conversation

@kdroidFilter

Copy link
Copy Markdown
Owner

Fixes two pre-existing ktlint violations that were blocking ./gradlew ktlintCheck:

  • build.gradle.kts: missing trailing comma in the nativeDistributions target formats list.
  • CommentatorsGrid.kt: chain-method-continuation — the chained .copy(alpha = ...) call is now wrapped onto its own line (applied by ktlintFormat).

ktlintCheck and detekt both pass after these changes.

- build.gradle.kts: add missing trailing comma in nativeDistributions
  target formats list.
- CommentatorsGrid.kt: wrap chained .copy() call to satisfy the
  chain-method-continuation rule.
@kdroidFilter kdroidFilter merged commit b5f8ad3 into master Jun 13, 2026
7 checks passed
@kdroidFilter kdroidFilter deleted the chore/fix-ktlint-violations branch June 13, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant