From ac3b1e07a657a83c0e19cbc24930869f3147a354 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Tue, 24 Oct 2023 09:25:52 +0200 Subject: [PATCH] Fix lint --- lib/validator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/validator.js b/lib/validator.js index b4e5e6d1..c2c205ee 100644 --- a/lib/validator.js +++ b/lib/validator.js @@ -28,7 +28,7 @@ const hardcodedRepoData = { } const hardcodedNotPermissiveLicensesGroups = [ - 83726, 34314, 87227, 35422, 76043, 83907 + 83726, 34314, 87227, 35422, 76043, 83907 ]; const hasIntersection = (a1, a2) => a1.find(x => a2.includes(x));