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

check_spelling: add '*.cc' extension

parent 33d39692
No related branches found
No related tags found
No related merge requests found
...@@ -343,6 +343,7 @@ def spell_check_comments_recursive(dirpath): ...@@ -343,6 +343,7 @@ def spell_check_comments_recursive(dirpath):
ext = splitext(filename)[1] ext = splitext(filename)[1]
return (ext in { return (ext in {
".c", ".c",
".cc",
".inl", ".inl",
".cpp", ".cpp",
".cxx", ".cxx",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment