Skip to content

ComposeGuard v1.0.6

Choose a tag to compare

@github-actions github-actions released this 14 Dec 07:16
· 90 commits to master since this release

ComposeGuard v1.0.6

1.0.6

  • Statistics Dashboard: New tool window with violation analytics by category, file, and rule

  • Parameter Ordering Fix: Fixed modifier position to follow official Jetpack Compose guidelines

  • Modifier is now correctly enforced as the FIRST optional parameter (not last)
  • Order: required → modifier (first optional) → other optionals → content lambda
  • Updated ReorderParametersFix quick fix to use correct ordering
  • Suppress Built-in Compose Inspections: Automatically hides Android Studio's built-in Compose lint warnings when ComposeGuard handles them

  • New setting: "Suppress built-in Compose inspections" in Settings → Tools → ComposeGuard
  • Comprehensive Test Coverage: Added tests for all 36 rules

  • New test files for Modifier, Naming, State, Composable, Stricter, Effects, and Performance categories
  • Added EventParameterNaming rule with past tense detection
  • Improved settings UI with category toggles