-
Notifications
You must be signed in to change notification settings - Fork 188
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
FilesAnalyzed: False has a wrong case for "False" #1170
Comments
Hi @vargenau -- Good catch! You may also want to file an issue with the SPDX tools repo as the document seems to validate for me even with the
|
Hi @rnjudge Here it is: spdx/spdx-online-tools#374 |
In fact, it is https://github.com/spdx/spdx-online-tools/issues/372 Since it was moved to spdx/spdx-java-tagvalue-store#22, I did not find it the list and thought I had not created it. |
rnjudge
pushed a commit
that referenced
this issue
Jun 9, 2022
Use correct case for 'false'. Resolves: #1170 Signed-off-by: Marc-Etienne Vargenau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Tern sometimes generates
FilesAnalyzed: False
instead ofFilesAnalyzed: false
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In SPDX 2.2, section 1.7.7, it is stated: "Tags and format properties are case sensitive".
So boolean
false
should be in lower case like in the examples.Environment you are running Tern on
Please attach files if they exist
The text was updated successfully, but these errors were encountered: