Skip to content

Commit

Permalink
Document APA has allowed to use non-permissive license
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Sep 21, 2023
1 parent 5f16f12 commit f5eab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const hardcodedRepoData = {
}

const hardcodedNotPermissiveLicensesGroups = [
83726, 34314, 87227, 35422, 76043
83726, 34314, 87227, 35422, 76043, 83907

Check failure on line 31 in lib/validator.js

View workflow job for this annotation

GitHub Actions / lint

Expected indentation of 2 spaces but found 4
];

const hasIntersection = (a1, a2) => a1.find(x => a2.includes(x));
Expand Down

0 comments on commit f5eab9b

Please sign in to comment.