si1ver/Run CMake Format

Runs CMake formatting and linting tools.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe command to run. Possible values are 'format' or 'lint'. 'format' will run cmake-format, 'lint' will run cmake-lint.yes
pathThe path to the project directory to format or lint. CMake files will be searched recursively in this directory.yes
apply-formattingWhether to apply formatting changes. Possible values are 'true' or 'false'. Only relevant for the 'format' command.nofalse
lint-log-levelThe log level for cmake-lint. Possible values are 'debug', 'info', 'warning', or 'error'. Only relevant for the 'lint' command.nowarning

no outputs