Skip to content

Commit

Permalink
Add exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 13, 2022
1 parent ad54897 commit c749421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sanity/extra/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def main():
'.reuse/dep5',
'LICENSES/*.txt',
'COPYING',
'tests/integration/targets/*/files/*.pem',
'tests/integration/targets/*/files/roots/*.pem',
]

no_comments_allowed = [fn for pattern in no_comments_allowed for fn in glob.glob(pattern)]
Expand Down

0 comments on commit c749421

Please sign in to comment.