Description
Build scripts can be checked for CMake coding-style issues from the command line. It is useful for developers who want consistent build scripts and automated style feedback in CI or local workflows.
Lint findings are guidance, not automatic proof of a broken build. Review warnings in context and keep the lint configuration shared across contributors.