You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static analysis is essential for C/C++ projects, but running 'fmtscan'
can significantly slow down Cppcheck. The git pre-commit hook detects
staged files and run Cppcheck only if C/C++ files have been modified,
resulting in a noticeable reduction in analysis time.
Change-Id: I872c0b6fc9008cc2b3c96283e458b25cf506eb16
0 commit comments