Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress Cppcheck constant check (sysprog21#154)
Refine the pre-commit hook to enforce a minimum Cppcheck version of 1.90, alerting users with an error message and providing guidance on compiling Cppcheck from source if their version is outdated. Additionally, upgrade the hook for "--check-level=exhaustive" option against Cppcheck versions 2.11 and above, ensuring a comprehensive analysis. This adjustment leverages the enhanced capabilities available from version 2.11, promoting more detailed code quality checks.
- Loading branch information