Skip to content

Commit b62d097

Browse files
authored
chore: keep clirr-ignored-differences (#1945)
* chore: keep clirr-ignored-differences * chore: keep clirr-ignored-differences
1 parent 3d48f1c commit b62d097

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

clirr-ignored-differences.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
4+
<differences>
5+
<difference>
6+
<differenceType>8001</differenceType>
7+
<className>com/google/api/client/googleapis/auth/clientlogin/**</className>
8+
</difference>
9+
</differences>

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"license-checks.xml",
3131
".github/workflows/ci.yaml",
3232
".github/workflows/samples.yaml",
33+
"clirr-ignored-differences.xml"
3334
]
3435
)

0 commit comments

Comments
 (0)