Skip to content

Commit

Permalink
Move lint.xml to the root of the project (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ authored Nov 26, 2024
1 parent 527a9d1 commit fae1570
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ internal fun Project.configureAndroidLintModule(extension: CommonExtension<*, *,
abortOnError = true
checkAllWarnings = true
checkDependencies = true
lintConfig = rootProject.projectDir.resolve("config/lint/lint.xml")
sarifReport = true
sarifOutput = rootProject.projectDir.resolve("build/reports/android-lint/$name.sarif")
disable.add("LogConditional")
Expand Down
File renamed without changes.

0 comments on commit fae1570

Please sign in to comment.