Skip to content

Commit

Permalink
Enable the AndroidX Lint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Dec 11, 2024
1 parent 141ff80 commit ce9120b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-scripts/component-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ kotlin {
}

dependencies {
lintChecks "androidx.lint:lint-gradle:1.0.0-alpha03"

testImplementation libs.junit
testImplementation libs.mockito
testImplementation libs.robolectric
Expand Down
4 changes: 4 additions & 0 deletions taskcluster/kinds/lint/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ tasks:
description: "Running ktlint over all modules"
run:
gradlew: [ktlint]
lint:
description: "Running ktlint over all modules"
run:
gradlew: [lint]

0 comments on commit ce9120b

Please sign in to comment.