Canviat el nom de la carpeta a linux_utils

This commit is contained in:
2024-10-24 17:59:50 +02:00
parent f36ff3d7fe
commit 018bb68f9a
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# warning,style,performance
#cppcheck --force --enable=warning,style,performance --std=c++20 \
--suppressions-list=/home/sergio/gitea/coffee_crisis_arcade_edition/linux-utils/cppcheck_suppressions \
/home/sergio/gitea/coffee_crisis_arcade_edition/source/ \
2>/home/sergio/cppcheck-result-warning-style-performance
# all
cppcheck --force --enable=all -I /usr/include --std=c++20 \
--suppress=missingIncludeSystem \
--suppressions-list=/home/sergio/gitea/coffee_crisis_arcade_edition/linux-utils/cppcheck_suppressions \
/home/sergio/gitea/coffee_crisis_arcade_edition/source/ \
2>/home/sergio/cppcheck-result-all