Skip to content

Commit

Permalink
android-interop-testing: add the linter error message ignore annotati…
Browse files Browse the repository at this point in the history
…on in the source xml file (#8821)
  • Loading branch information
sanjaypujare authored Jan 11, 2022
1 parent 9e83758 commit 56e9321
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
android:layout_height="wrap_content"
android:onClick="startEmptyUnary"
android:text="Empty Unary"
tools:ignore="OnClick"
/>

<Button
Expand All @@ -54,6 +55,7 @@
android:layout_height="wrap_content"
android:onClick="startLargeUnary"
android:text="Large Unary"
tools:ignore="OnClick"
/>

<Button
Expand All @@ -62,6 +64,7 @@
android:layout_height="wrap_content"
android:onClick="startClientStreaming"
android:text="Client Streaming"
tools:ignore="OnClick"
/>

<Button
Expand All @@ -70,6 +73,7 @@
android:layout_height="wrap_content"
android:onClick="startServerStreaming"
android:text="Server Streaming"
tools:ignore="OnClick"
/>

<Button
Expand All @@ -78,6 +82,7 @@
android:layout_height="wrap_content"
android:onClick="startPingPong"
android:text="Ping Pong"
tools:ignore="OnClick"
/>

<TextView
Expand Down

0 comments on commit 56e9321

Please sign in to comment.