Hi `--skip-not-required` includes packages without license information. I think it is because `src/models/License.ts:requiresNotice` has this: ```ts if (!license) { return true } ```
Hi
--skip-not-requiredincludes packages without license information.I think it is because
src/models/License.ts:requiresNoticehas this: