feat(build): remove Detekt and switch to Slack's Compose lints

This commit is contained in:
Harsh Shandilya 2023-03-08 01:47:19 +05:30
parent d612ed44d9
commit 0ae48dee33
No known key found for this signature in database
18 changed files with 101 additions and 812 deletions

View file

@ -55,17 +55,6 @@
"depNameTemplate": "com.facebook:ktfmt",
"registryUrlTemplate": "https://repo1.maven.org/maven2/",
},
{
"fileMatch": [
"Detekt\.kt$"
],
"matchStrings": [
"COMPOSE_RULES_VERSION = \"(?<currentValue>.*)\""
],
"datasourceTemplate": "maven",
"depNameTemplate": "io.nlopez.compose.rules:detekt",
"registryUrlTemplate": "https://repo1.maven.org/maven2/",
},
{
"fileMatch": [
"gradle/libs.versions.toml"