chore: updated cpplint rules

This commit is contained in:
Vlad Vesa 2020-08-19 09:17:10 +03:00
parent ccc89d574c
commit c96bd24cca

View file

@ -119,7 +119,9 @@ function(cpplint_add_subdirectory DIR)
add_custom_target(${TARGET_NAME} add_custom_target(${TARGET_NAME}
COMMAND ${CPPLINT} "--extensions=${EXTENSIONS}" COMMAND ${CPPLINT} "--extensions=${EXTENSIONS}"
"--root=${CPPLINT_PROJECT_ROOT}" "--root=${CPPLINT_PROJECT_ROOT}"
"--quiet" "--quiet"
"--linelength=120"
"--filter=-build/header_guard, -runtime/references, -whitespace/indent"
${LIST_OF_FILES} ${LIST_OF_FILES}
DEPENDS ${LIST_OF_FILES} DEPENDS ${LIST_OF_FILES}
COMMENT "cpplint: Checking source code style" COMMENT "cpplint: Checking source code style"