chore: updated cpplint rules
This commit is contained in:
parent
ccc89d574c
commit
c96bd24cca
1 changed files with 3 additions and 1 deletions
|
@ -120,6 +120,8 @@ function(cpplint_add_subdirectory DIR)
|
|||
COMMAND ${CPPLINT} "--extensions=${EXTENSIONS}"
|
||||
"--root=${CPPLINT_PROJECT_ROOT}"
|
||||
"--quiet"
|
||||
"--linelength=120"
|
||||
"--filter=-build/header_guard, -runtime/references, -whitespace/indent"
|
||||
${LIST_OF_FILES}
|
||||
DEPENDS ${LIST_OF_FILES}
|
||||
COMMENT "cpplint: Checking source code style"
|
||||
|
|
Loading…
Reference in a new issue