We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cf906 commit 47d0582Copy full SHA for 47d0582
.github/workflows/mixed-version-compatibility-review.yml
@@ -49,7 +49,8 @@ jobs:
49
grep '^+.*public.*(' | \
50
grep -v '^+[[:space:]]*//.*public.*(' | \
51
grep -v '^+.*".*public.*(' | \
52
- grep -v '^+[[:space:]]*\*.*public.*(' || true)
+ grep -v '^+[[:space:]]*\*.*public.*(' | \
53
+ grep -v '^+[[:space:]]*/\*.*public.*(' || true)
54
55
if [ -n "$NEW_METHODS" ]; then
56
echo "::warning::New public methods detected in base classes:"
0 commit comments