Skip to content
Snippets Groups Projects
Commit 64705396 authored by jwendt's avatar jwendt
Browse files

only style messages

parent a29600f6
No related branches found
No related tags found
1 merge request!94Feature/#205 more cppcheck checks
...@@ -35,7 +35,7 @@ else() ...@@ -35,7 +35,7 @@ else()
message(STATUS "Use cppcheck from: ${CPPCHECK_COMMAND}") message(STATUS "Use cppcheck from: ${CPPCHECK_COMMAND}")
endif() endif()
set(CPPCHECK_ARGUMENTS --enable=warning,performance,portability,missingInclude,unusedFunction --error-exitcode=1 --quiet --verbose) set(CPPCHECK_ARGUMENTS --enable=warning,performance,portability,missingInclude,style --error-exitcode=1 --quiet --verbose)
if(MSVC) if(MSVC)
list(APPEND CPPCHECK_ARGUMENTS --template=vs) list(APPEND CPPCHECK_ARGUMENTS --template=vs)
elseif(CLANG) elseif(CLANG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment