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

Update .git-blame-ignore-revs

parent e952f922
No related branches found
No related tags found
1 merge request!53Tune cmake-format configuration
Pipeline #91503 passed
......@@ -18,5 +18,8 @@ f913b91b554cfb59a5734f34b62656f4a623e0dd
# Formatted Python code in the src directory with isort and black
acb430c56641057e83765c3662c69c2fbc3c84af
# Formatted entire CMake code base with cmake-fortmat
# Formatted entire CMake code base with cmake-format
b34d40a92a6a4508e37705bd0d71b0e95be748b5
# Reformatted entire CMake code base with updated configuration
e952f9224ade9bfc438d47cf8675a4e3e175b582
......@@ -62,8 +62,8 @@ Check style:
- isort ${python_files} --profile black --skip-gitignore --line-length ${python_line_length}
- black ${python_files} --line-length ${python_line_length}
- cmake_files=$(find "${CI_PROJECT_DIR}" -name '*.cmake' -o -name 'CMakeLists.txt')
# - cmake-format -i ${cmake_files}
- cmake_files=$(find "${CI_PROJECT_DIR}" -name '*.cmake' -o -name 'CMakeLists.txt' -o -name 'config.cmake.in')
- cmake-format -i ${cmake_files}
- git -C ${CI_PROJECT_DIR} diff --patch-with-raw > ${STYLE_PATCH}
- |
......
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