Merge branch 'dev' into shops
This commit is contained in:
commit
16d9035941
|
@ -1,4 +1,5 @@
|
||||||
/.vscode/
|
/.vscode/
|
||||||
|
/vscode_build/
|
||||||
/CMakeSettings.json
|
/CMakeSettings.json
|
||||||
/_build/
|
/_build/
|
||||||
/*.dll
|
/*.dll
|
||||||
|
|
|
@ -292,7 +292,7 @@ ENDIF ()
|
||||||
# LINT:
|
# LINT:
|
||||||
if (CPPCHECK_FOUND)
|
if (CPPCHECK_FOUND)
|
||||||
add_custom_target(lint
|
add_custom_target(lint
|
||||||
COMMAND ${CPPCHECK_EXECUTABLE} --force --language=c --template=gcc --error-exitcode=1 --quiet --enable=warning,style,performance,portability,information,missingInclude src/
|
COMMAND ${CPPCHECK_EXECUTABLE} --force --language=c --template=gcc --error-exitcode=1 --quiet --suppress=unreadVariable --suppress=missingInclude --enable=warning,style,performance,portability,information,missingInclude src/
|
||||||
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
||||||
COMMENT "Run cppcheck"
|
COMMENT "Run cppcheck"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue