Skip to content

Commit

Permalink
exclude license list version from comparison of tv-files
Browse files Browse the repository at this point in the history
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
  • Loading branch information
meretp committed Dec 28, 2022
1 parent 77f0e45 commit 50a1233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/formattedcode/test_output_spdx.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ def load_and_clean_tv(location):
line = line.strip()
if not line:
continue
if line.startswith('LicenseListVersion'):
continue
if line.startswith(('Creator: ', 'Created: ',)):
continue
if line.startswith(dns):
Expand Down

0 comments on commit 50a1233

Please sign in to comment.