Skip to content
Snippets Groups Projects
Commit d4265177 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

cmake-format: address linter/formatter disagreement

parent f060f32f
No related branches found
No related tags found
1 merge request!53Tune cmake-format configuration
......@@ -21,7 +21,7 @@ with section("markup"): # noqa: F821
first_comment_is_literal = True
with section("lint"): # noqa: F821
disabled_codes = ["C0111", "C0113", "C0301"]
disabled_codes = ["C0111", "C0113", "C0301", "C0307"]
# Names of local variables must be in lowercase but sometimes we need to
# override standard CMake variables:
local_var_pattern = "CMAKE_[0-9A-Z_]+|[a-z][0-9a-z_]+"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment