diff --git a/check_source/check_cmake_consistency.py b/check_source/check_cmake_consistency.py index 9833093c68d370c9136e579e092f06b6271b30bd..639e927f24edf8b7a608f09a49f73134b32de23b 100755 --- a/check_source/check_cmake_consistency.py +++ b/check_source/check_cmake_consistency.py @@ -249,11 +249,11 @@ def cmake_get_src(f: str) -> None: pass elif new_file.endswith(".def"): pass - elif new_file.endswith(".cl"): # opencl + elif new_file.endswith(".cl"): # OPENCL. pass - elif new_file.endswith(".cu"): # cuda + elif new_file.endswith(".cu"): # CUDA. pass - elif new_file.endswith(".osl"): # open shading language + elif new_file.endswith(".osl"): # open shading language. pass elif new_file.endswith(".glsl"): pass diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index 2964d5eccebe01747cc4a74940460e1bf492372e..19fda36ef3810a0006c83dbf7e82009da580f9be 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -253,6 +253,7 @@ dict_custom = { "reparameterization", "reparametization", "representable", + "reprojecting", "repurpose", "respecialized", "retiming",