chore: fix execute permissions and shebangs (#4695)

This commit is contained in:
Viktor Szépe
2023-10-24 09:41:51 +02:00
committed by GitHub
parent 7930506fd4
commit 742682ae51
25 changed files with 9 additions and 1 deletions

View File

@@ -1 +1,3 @@
#!/bin/sh
cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force