Skip to content

Commit f4149bd

Browse files
committed
test: Make linter catch tabs in *.qml files
1 parent ca04a8d commit f4149bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/lint/lint-whitespace.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_diff(commit_range, check_only_code):
7676
exclude_args = [":(exclude)" + dir for dir in EXCLUDED_DIRS]
7777

7878
if check_only_code:
79-
what_files = ["*.cpp", "*.h", "*.md", "*.py", "*.sh"]
79+
what_files = ["*.cpp", "*.h", "*.md", "*.py", "*.sh", "*.qml"]
8080
else:
8181
what_files = ["."]
8282

0 commit comments

Comments
 (0)