You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The "loose" part of loose mode refers to lower confidence in parsing an accurate license. If we switch to a proper SPDX parser, we can improve the confidence, and enable this by default.
Is your feature request related to a problem? Please describe.
The "loose" part of loose mode refers to lower confidence in parsing an accurate license. If we switch to a proper SPDX parser, we can improve the confidence, and enable this by default.
Describe the solution you'd like
Use something like https://github.com/jslicense/spdx-expression-parse.js
Describe alternatives you've considered
In-house solution.
Additional context
We have to be careful bringing in other dependencies as it's bundled into the plugin, especially as it seems SPDX parser doesn't get many updates.
The text was updated successfully, but these errors were encountered: