Skip to content

Commit

Permalink
Skip linter FragmentGradleConfiguration check
Browse files Browse the repository at this point in the history
  • Loading branch information
liaodaniel committed Jun 7, 2024
1 parent 814e139 commit d1a9fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tyro-pay-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ android {
}
lint {
abortOnError true
disable 'ObsoleteLintCustomCheck'
disable 'ObsoleteLintCustomCheck', 'FragmentGradleConfiguration'
htmlOutput file("$project.buildDir/reports/lint.html")
htmlReport true
lintConfig file("$rootDir/tyro-pay-android/lint.xml")
Expand Down Expand Up @@ -150,6 +150,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:5.4.0"
testImplementation "org.mockito.kotlin:mockito-kotlin:5.0.0"
testImplementation 'org.robolectric:robolectric:4.9'
implementation("com.fasterxml.jackson.core:jackson-databind:2.4.0")
testImplementation "androidx.fragment:fragment-testing:1.6.0"
debugImplementation "androidx.fragment:fragment-testing:1.6.0"
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2'
Expand Down

0 comments on commit d1a9fac

Please sign in to comment.