Skip to content

Commit

Permalink
Pass client-id to lint cli (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 authored Apr 15, 2024
1 parent e8d5476 commit 7f14155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/AndroidLintRunner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ internal class AndroidLintRunner {
"--update-baseline",
"--cache-dir",
cacheDirectoryPath.pathString,
"--client-id", "cli",
)
if (actionArgs.warningsAsErrors) {
args.add("-Werror")
Expand Down

0 comments on commit 7f14155

Please sign in to comment.