mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 13:10:43 +02:00
fixed typo
This commit is contained in:
parent
5f0b55164a
commit
39c615eb89
@ -14,7 +14,7 @@ check_dir=$SRCDIR/../src
|
||||
main() {
|
||||
FAIL=0;
|
||||
|
||||
{ ERROR="$( { cppcheck $check_dir --suppress=missingIncludeSystem --suppress=unusedFunctionf --enable=all -i $exclude_dir; } 2>&1 1>&3 3>&- )"; } 3>&1;
|
||||
{ ERROR="$( { cppcheck $check_dir --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i $exclude_dir; } 2>&1 1>&3 3>&- )"; } 3>&1;
|
||||
|
||||
if [ ! -z "$ERROR" ]; then
|
||||
echo "----------------------------------"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user