mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 07:09:58 +00:00
add cppchec and clangformat to travis build
This commit is contained in:
@ -14,10 +14,12 @@ endforeach ()
|
||||
add_custom_target(
|
||||
cppcheck
|
||||
COMMAND ${CPPCHECK_EXECUTABLE}
|
||||
--enable=warning,performance,portability,information,missingInclude
|
||||
--enable=warning,performance,portability
|
||||
--error-exitcode=1
|
||||
--std=c++11
|
||||
--language=c++
|
||||
--library=qt.cfg
|
||||
--project=compile_commands.json
|
||||
--template="[{severity}][{id}] {message} {callstack} \(On {file}:{line}\)"
|
||||
--verbose
|
||||
--quiet
|
||||
|
Reference in New Issue
Block a user