Skip to content
Snippets Groups Projects
Commit 14ecd247 authored by dutor's avatar dutor Committed by GitHub
Browse files

Reorganized all linters into the same directory (#387)

* Reorganized all linters into the same directory

* Fix
parent b60fc559
No related branches found
No related tags found
No related merge requests found
...@@ -345,7 +345,7 @@ IF(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git/") ...@@ -345,7 +345,7 @@ IF(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git/")
) )
execute_process( execute_process(
COMMAND COMMAND
"ln" "-s" ${CMAKE_CURRENT_SOURCE_DIR}/cpplint/bin/pre-commit.sh ${PRE_COMMIT_HOOK} "ln" "-s" ${CMAKE_CURRENT_SOURCE_DIR}/.linters/cpp/hooks/pre-commit.sh ${PRE_COMMIT_HOOK}
RESULT_VARIABLE retcode RESULT_VARIABLE retcode
) )
IF(${retcode} EQUAL 0) IF(${retcode} EQUAL 0)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment