Skip to content

Commit bd0a7a1

Browse files
committed
missing_cqs.sh: remove chartjs-plugin-datalabels exclusion
IP review is version-specific, the plugin must not be excluded. #2024
1 parent c96537c commit bd0a7a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

org.eclipse.scout.rt/missing_cqs.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2010, 2025 BSI Business Systems Integration AG
4+
# Copyright (c) 2010, 2026 BSI Business Systems Integration AG
55
#
66
# This program and the accompanying materials are made
77
# available under the terms of the Eclipse Public License 2.0
@@ -49,7 +49,6 @@ function checkJs() {
4949
rm -r -d -f node_modules
5050
pnpm install --ignore-scripts --force >/dev/null
5151
pnpm list -P -depth=1000 --parseable | grep -Po "[^\\\\]+@[^\\\\]+" | sort | uniq |
52-
grep -v $name | grep -v "chartjs-plugin-datalabels@2.2.0" | # don't report as there is a CQ available: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22596
5352
java -jar $HOME/.m2/repository/org/eclipse/dash/org.eclipse.dash.licenses/$DASH_VERSION/org.eclipse.dash.licenses-$DASH_VERSION.jar - $REVIEW
5453
echo "--------------------------------------"
5554
cd ..

0 commit comments

Comments
 (0)