t-im4i-k/Clang Tidy Check

Checks C++ code quality with clang-tidy

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionSpecifies the clang-tidy version to use.no__UNSET__
compile-commands-pathPath to your compile_commands.json compilation database.yes
file-exclude-regexExtended regular expression to exclude specific files from checking.no__UNSET__
checksComma-separated list of checks to enable or disable.no__UNSET__
warnings-as-errorsComma-separated list of warnings to treat as errors.no__UNSET__
header-filterExtended regular expression to include specific header files in the check.no__UNSET__
format-styleSpecifies the code formatting style to apply around proposed fixes.no__UNSET__
configInline configuration in YAML/JSON format.no__UNSET__
config-filePath to a .clang-tidy file or custom configuration file.no__UNSET__
extra-argsAdditional arguments to pass directly to clang-tidy.no__UNSET__

no outputs