From f35b53c17b478c43574847c602e1c953f8c87656 Mon Sep 17 00:00:00 2001 From: Vaishnavi S Date: Fri, 24 Oct 2025 20:14:37 +0530 Subject: [PATCH] Add false positive rule for ts-jest license detection Signed-off-by: Vaishnavi S --- src/licensedcode/data/rules/ts-jest-false-positive.RULE | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/licensedcode/data/rules/ts-jest-false-positive.RULE diff --git a/src/licensedcode/data/rules/ts-jest-false-positive.RULE b/src/licensedcode/data/rules/ts-jest-false-positive.RULE new file mode 100644 index 0000000000..0aa1d07668 --- /dev/null +++ b/src/licensedcode/data/rules/ts-jest-false-positive.RULE @@ -0,0 +1,6 @@ +--- +is_false_positive: yes # marks this as not a real license +notes: Not a license # short note for maintainers +--- +# The following text is causing a false positive in ts-jest +support ts-jest with an open source license