Skip to content

Commit

Permalink
Rename fix-it call.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Nov 21, 2023
1 parent d68e7e2 commit 8164bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Linters.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if(CLANG_TIDY_CMD)
COMMENT "Applying clang-tidy analysis."
)
add_custom_target(
clang-tidy-fix-errors
clang-tidy-apply-fix-its
COMMAND xargs -a ${CLANG_TIDY_TXT_FILE} -r -d '\;' ${CLANG_TIDY_CMD} -p ${CMAKE_BINARY_DIR} --fix
WORKING_DIRECTORY ${P4C_SOURCE_DIR}
COMMENT "Applying clang-tidy fix-its."
Expand Down

0 comments on commit 8164bb2

Please sign in to comment.