[cmake] Cleanup accross the entire build system (#5527)

Co-authored-by: Mathieu Taillefumier <mathieu.taillefumier@free.fr>
This commit is contained in:
Taillefumier Mathieu 2026-07-04 18:36:14 +00:00 committed by GitHub
parent c75d734d70
commit f50e850e17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 186 additions and 119 deletions

View file

@ -256,6 +256,7 @@ def process_file(fn: str, allow_modifications: bool) -> None:
if re.match(r"(.*/CMakeLists.txt)|(.*\.cmake)$", fn):
run_remote_tool("cmakeformat", fn)
run_remote_tool("cmakelint", fn)
if re.match(r"./data/.*POTENTIALS?$", fn):
check_data_files()