Skip to content

Commit

Permalink
Fix lint tests not running due to flipping of enabled flag (#151)
Browse files Browse the repository at this point in the history
Fixes #151
  • Loading branch information
arunkumar9t2 committed Mar 12, 2024
1 parent fe47fea commit d187e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/android/binary/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ android_binary(
custom_package = "com.grab.test",
enable_data_binding = True,
lint_options = {
"enabled": True,
"baseline": "lint_baseline.xml",
},
manifest = "src/main/AndroidManifest.xml",
Expand Down
1 change: 1 addition & 0 deletions tests/android/library/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ android_library(
custom_package = "com.grab.test.lib",
enable_data_binding = True,
lint_options = {
"enabled": True,
"baseline": "lint_baseline.xml",
},
manifest = "src/main/AndroidManifest.xml",
Expand Down

0 comments on commit d187e5a

Please sign in to comment.