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 Jan 10, 2024
1 parent 9086c49 commit 18b9c5b
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 18b9c5b

Please sign in to comment.