mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-16 01:53:42 +00:00
* add clang-format configuration and script
* add cppcheck script proto (TODO include directories according ot cmake
output)
TODO do it while build time and/or commit
This commit is contained in:
9
utils/cpp-check.sh
Executable file
9
utils/cpp-check.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This code is used to check source files with cppcheck
|
||||
|
||||
cppcheck --enable=all \
|
||||
--std=c++11 \
|
||||
--verbose \
|
||||
--quiet \
|
||||
../sources 2>&1 | grep -v '3rdparty'
|
||||
Reference in New Issue
Block a user