[PR #6685] llm: Clarify @Suppress("MaxLineLength") usage in testing skill #12928

Closed
opened 2026-04-11 03:53:51 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/6685

State: closed
Merged: Yes


🎟️ Tracking

No Jira ticket — Claude Code tooling improvement.

📔 Objective

Many existing test files use @Suppress("MaxLineLength") on test functions where the fun declaration does not actually exceed the 100 character line limit. This adds explicit guidance to the testing-android-code skill to prevent blindly copying the pattern from existing tests.

The rule: only add @Suppress("MaxLineLength") when the fun declaration line actually exceeds 100 characters.

**Original Pull Request:** https://github.com/bitwarden/android/pull/6685 **State:** closed **Merged:** Yes --- ## 🎟️ Tracking No Jira ticket — Claude Code tooling improvement. ## 📔 Objective Many existing test files use `@Suppress("MaxLineLength")` on test functions where the `fun` declaration does not actually exceed the 100 character line limit. This adds explicit guidance to the `testing-android-code` skill to prevent blindly copying the pattern from existing tests. The rule: only add `@Suppress("MaxLineLength")` when the `fun` declaration line **actually exceeds 100 characters**.
GiteaMirror added the pull-request label 2026-04-11 03:53:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12928