Skip to content

Commit b87357e

Browse files
committed
Add RxLint lint checks
1 parent 497e19a commit b87357e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

aws-datastore/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ apply(from = rootProject.file("configuration/publishing.gradle"))
2424
group = properties["POM_GROUP"].toString()
2525

2626
dependencies {
27+
compileOnly(libs.rxlint)
28+
2729
implementation(project(":core"))
2830
implementation(project(":aws-core"))
2931
implementation(project(":aws-api-appsync"))

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ oauth2 = "0.26.0"
4242
okhttp = "5.0.0-alpha.11"
4343
robolectric = "4.7"
4444
rxjava = "3.0.6"
45+
rxlint = "1.7.8"
4546
slf4j = "2.0.6"
4647
sqlcipher = "4.5.4"
4748
tensorflow = "2.0.0"
@@ -91,6 +92,7 @@ maplibre-sdk = { module = "org.maplibre.gl:android-sdk", version.ref = "maplibre
9192
oauth2 = { module = "com.google.auth:google-auth-library-oauth2-http", version.ref = "oauth2" }
9293
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
9394
rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
95+
rxlint = { module = "nl.littlerobots.rxlint:rxlint", version.ref = "rxlint" }
9496
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j"}
9597
sqlcipher= { module = "net.zetetic:android-database-sqlcipher", version.ref = "sqlcipher" }
9698
tensorflow = { module = "org.tensorflow:tensorflow-lite", version.ref="tensorflow" }

0 commit comments

Comments
 (0)