minyazevr/Clazy action

GitHub Action for use clazy-standalone in Qt Projects

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 22, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: minyazevr/clazy-standalone-action@6e37d8de4c14b916b8736bfe9c38309ba6de286c # v0.3.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionClazy versionyes1.11
extensionsExtensions.nocpp,cxx,cc,h,hpp
checksComma-separated list of clazy checks. Default is level1. nolevel1
warnings_as_errorscomma-separated list of checks that will be promoted to errors. no""
fail-on-warningnofalse
extra-argAdditional argument to append to the compiler command line. no""
extra-arg-beforeAdditional argument to prepend to the compiler command line. no""
install-stableThe stable version is being downloaded without compilation. In this case, the version field is ignored. nofalse
ignore-external-filesIgnore thirdparty headers. nofalse
header-filterRegular expression matching the names of the headers to output diagnostics from. Diagnostics from the main file of each translation unit are always displayed. no""
ignore-dirsRegular expression matching the names of the directories for which diagnostics should never be emitted. Useful for ignoring 3rdparty code. no""
only-qtWon't emit warnings for non-Qt files, or in other words, if -DQT_CORE_LIB is missing. nofalse
ignore-header-depsnofalse
qt4-compatTurns off checks not compatible with Qt 4 nofalse
supported-checks-jsonDump meta information about supported checks in JSON format. nofalse
visit-implicit-codeFor visiting implicit code like compiler generated constructors. None of the built-in checks benefit from this, but can be useful for custom checks nofalse
databaseIs used to read a compile command database.""
only-diffIs used to check only modified and appended files.""
root-dirIf the ignore-external-files option is set, the final output on GH will show files that are located below this directory""
namedescription
warnings-countTotal warnings count
errors-countTotal warnings count