diff --git a/configs/license-check-config.json b/configs/license-check-config.json index 04bb8a2b..5392e75f 100644 --- a/configs/license-check-config.json +++ b/configs/license-check-config.json @@ -4,5 +4,6 @@ "inputFile": "yarn.lock", "batch": 50, "timeout": 200, - "summary": "license-check-summary.txt" + "summary": "license-check-summary.txt", + "exclusions": "configs/license-check-exclusions.json" } diff --git a/configs/license-check-exclusions.json b/configs/license-check-exclusions.json new file mode 100644 index 00000000..564554d1 --- /dev/null +++ b/configs/license-check-exclusions.json @@ -0,0 +1,3 @@ +{ + "npm/npmjs/-/eslint/8.57.0": "Believed to be licensed under MIT. IP ticket under review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/13450" +}