mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 22:43:08 +02:00
fix(pre-commit): remove cppcheck --force to prevent OOM
--force checks all preprocessor configurations, causing exponential memory growth with ~50 C/C++ files. Default max of 12 configs is sufficient and stays well under 4GB RAM.
This commit is contained in:
parent
f6b6995b0e
commit
d6f5112dc6
@ -343,7 +343,6 @@ repos:
|
||||
exclude: ^(pomodoro_app/|horatio/)
|
||||
args:
|
||||
- --enable=warning,portability
|
||||
- --force
|
||||
- --quiet
|
||||
- --error-exitcode=1
|
||||
- --inline-suppr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user