From 59b381d91ef016dcb1e137b7a9baa69ee6e6114c Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Mon, 11 Mar 2024 14:07:03 -0400 Subject: [PATCH] [license check] Add exclusion for 3PP still under IP review The 3PP is believed to be license-compatible, according to the Eclipse Foundation rules Signed-off-by: Marc Dumais --- configs/license-check-config.json | 3 ++- configs/license-check-exclusions.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 configs/license-check-exclusions.json 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" +}