Skip to content

Commit

Permalink
Add twitter/compose-rules to the Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 17, 2022
1 parent 9aca0d5 commit 8f69120
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion website/src/data/marketplace.js
Expand Up @@ -51,7 +51,7 @@ export const extensions = [
tags: ["ruleset"],
},
{
title: "Compose",
title: "Compose by appKODE",
description:
"A set of Detekt rules to help prevent common errors in projects using Jetpack Compose.",
repo: "https://github.com/appKODE/detekt-rules-compose",
Expand All @@ -69,6 +69,30 @@ export const extensions = [
usesTypeResolution: false,
tags: ["ruleset"],
},
{
title: "Compose by Twitter",
description:
"Static checks to aid with a healthy adoption of Jetpack Compose.",
repo: "https://github.com/twitter/compose-rules/",
ruleset: "TwitterCompose",
rules: [
"ComposableNaming",
"ComposableParamOrder",
"ContentEmitterReturningValues",
"ModifierComposable",
"ModifierMissing",
"ModifierReused",
"ModifierWithoutDefault",
"MultipleEmitters",
"MutableParams",
"PreviewPublic",
"RememberMissing",
"ViewModelForwarding",
"ViewModelInjection",
],
usesTypeResolution: false,
tags: ["ruleset"],
},
{
title: "Doist detekt-rules",
description:
Expand Down

0 comments on commit 8f69120

Please sign in to comment.