-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incorrect license should be caught #354
Comments
@yegor256 @maxonfjvipon WDYT? |
@h1alexbel maybe it's better to make our XMIR more compliant with SPDX, and instead of
|
@yegor256 good point, we need to implement this on both layers: EO and lints. @maxonfjvipon FYI I've created objectionary/eo#3934 |
@maxonfjvipon To lint
I suggest to implement these steps in separate PRs |
@yegor256 I'm in |
@h1alexbel what |
@yegor256 its about position of This is incorrect:
While this is a correct one:
In other words, |
@h1alexbel what's the point? why can't it be among other metas? we need metas to be sorted. |
@yegor256 I feel like |
In XMIR, we have
<license/>
node with a program's license. We should compare this license with one supplied inLICENSE.txt
in the root of the repo. If it does not match, we should report it withWARNING
severity.The text was updated successfully, but these errors were encountered: