Skip to content

Commit

Permalink
Add Material/M3's CircularProgressIndicator lint detector (#461)
Browse files Browse the repository at this point in the history
add Material/M3's CircularProgressIndicator lint detector
  • Loading branch information
hrach committed Jun 13, 2023
1 parent 707895d commit 216c3eb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ class MaterialDesignInsteadOrbitDesignDetector : Detector(), Detector.UastScanne
"androidx.compose.material.LinearProgressIndicator",
"androidx.compose.material3.LinearProgressIndicator",
),
"kiwi.orbit.compose.ui.controls.CircularProgresIndicator" to setOf(
"androidx.compose.material.CircularProgresIndicator",
"androidx.compose.material3.CircularProgresIndicator",
),
"kiwi.orbit.compose.ui.controls.ListChoice" to setOf(
"androidx.compose.material.ListItem",
"androidx.compose.material3.ListItem",
Expand Down

0 comments on commit 216c3eb

Please sign in to comment.