Skip to content
Snippets Groups Projects
Commit b39a0b64 authored by Campbell Barton's avatar Campbell Barton
Browse files

Include obj-c source files

parent 9a7bdf40
No related branches found
No related tags found
No related merge requests found
...@@ -341,7 +341,7 @@ def spell_check_comments_recursive(dirpath): ...@@ -341,7 +341,7 @@ def spell_check_comments_recursive(dirpath):
def is_source(filename): def is_source(filename):
ext = splitext(filename)[1] ext = splitext(filename)[1]
return (ext in {".c", ".inl", ".cpp", ".cxx", ".hpp", ".hxx", ".h", ".osl", ".py"}) return (ext in {".c", ".inl", ".cpp", ".cxx", ".hpp", ".hxx", ".h", ".hh", ".m", ".mm", ".osl", ".py"})
for filepath in source_list(dirpath, is_source): for filepath in source_list(dirpath, is_source):
spell_check_comments(filepath) spell_check_comments(filepath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment