diff --git a/.cmake-format b/.cmake-format.py similarity index 99% rename from .cmake-format rename to .cmake-format.py index e9fdda7..87589ae 100644 --- a/.cmake-format +++ b/.cmake-format.py @@ -175,7 +175,7 @@ with section("markup"): with section("lint"): # a list of lint codes to disable - disabled_codes = [] + disabled_codes = ['C0113'] # regular expression pattern describing valid function names function_pattern = '[0-9a-z_]+'