feat(detekt): add Twitter's Compose rules

This commit is contained in:
Harsh Shandilya 2022-10-02 16:02:51 +05:30
parent 2685111c70
commit 0f684a3728
No known key found for this signature in database
3 changed files with 51 additions and 0 deletions

10
.github/renovate.json vendored
View file

@ -26,6 +26,16 @@
],
"datasourceTemplate": "maven",
"depNameTemplate": "com.facebook:ktfmt"
},
{
"fileMatch": [
".kt$"
],
"matchStrings": [
"TWITTER_RULES_VERSION = \"(?<currentValue>.*)\""
],
"datasourceTemplate": "maven",
"depNameTemplate": "com.twitter.compose.rules:detekt"
}
]
}