Merge pull request #21 from Codium-ai/feature/skip_extensions

exclude snap files
This commit is contained in:
Hussam Lawen 2023-07-06 20:28:20 +03:00 committed by GitHub
commit 0c7f048e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,8 @@ bad_extensions = [
'woff2', 'woff2',
'xz', 'xz',
'zip', 'zip',
'zst' 'zst',
'snap'
] ]