Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 8a6dfb2

Browse files
authored
exclude jpeg files from sdl tests(#106)
1 parent 26031b7 commit 8a6dfb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def check_dir(start_dir):
3535
no_header = []
3636

3737
exclude_files = ['.yaml', '__pycache__', '.vscode', '.venv', '.groovy', '.gif', '.git', 'LICENSE', 'COPYING', '.md', '.png', 'NOTES.txt', '.mod', '.sum', '.tgz',
38-
'.tpl', '.helmignore', 'missing_headers.txt', 'coverage.out']
38+
'.tpl', '.helmignore', 'missing_headers.txt', 'coverage.out', '.jpeg']
3939

4040
exclude_directories = ['build']
4141

0 commit comments

Comments
 (0)