Skip to content

Commit

Permalink
chore: disable clang-format-check
Browse files Browse the repository at this point in the history
  • Loading branch information
kstdl committed Jun 7, 2024
1 parent 96441a2 commit a65c302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/clang_format.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else ()
${CMAKE_CURRENT_SOURCE_DIR}/tests/*.[ch]pp)

# TODO: print error/line
add_custom_target(clang-format-check ALL
add_custom_target(clang-format-check
COMMAND ! ${CLANG_FORMAT_EXE} -style=file -fallback-style=none
--output-replacements-xml
${ALL_SOURCE_FILES}
Expand Down

0 comments on commit a65c302

Please sign in to comment.