Add exceptions.

pull/502/head
Felix Fontein 2022-09-13 20:32:22 +02:00
parent ad54897950
commit c749421292
1 changed files with 2 additions and 0 deletions

View File

@ -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)]