minyazevr/Clazy action
GitHub Action for use clazy-standalone in Qt Projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 22, 2025
- License
- Apache 2.0
Pinned Snippet
uses: minyazevr/clazy-standalone-action@6e37d8de4c14b916b8736bfe9c38309ba6de286c # v0.3.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Clazy version | yes | 1.11 |
| extensions | Extensions. | no | cpp,cxx,cc,h,hpp |
| checks | Comma-separated list of clazy checks. Default is level1. | no | level1 |
| warnings_as_errors | comma-separated list of checks that will be promoted to errors. | no | "" |
| fail-on-warning | — | no | false |
| extra-arg | Additional argument to append to the compiler command line. | no | "" |
| extra-arg-before | Additional argument to prepend to the compiler command line. | no | "" |
| install-stable | The stable version is being downloaded without compilation. In this case, the version field is ignored. | no | false |
| ignore-external-files | Ignore thirdparty headers. | no | false |
| header-filter | Regular 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-dirs | Regular expression matching the names of the directories for which diagnostics should never be emitted. Useful for ignoring 3rdparty code. | no | "" |
| only-qt | Won't emit warnings for non-Qt files, or in other words, if -DQT_CORE_LIB is missing. | no | false |
| ignore-header-deps | — | no | false |
| qt4-compat | Turns off checks not compatible with Qt 4 | no | false |
| supported-checks-json | Dump meta information about supported checks in JSON format. | no | false |
| visit-implicit-code | For visiting implicit code like compiler generated constructors. None of the built-in checks benefit from this, but can be useful for custom checks | no | false |
| database | Is used to read a compile command database. | — | "" |
| only-diff | Is used to check only modified and appended files. | — | "" |
| root-dir | If the ignore-external-files option is set, the final output on GH will show files that are located below this directory | — | "" |
Outputs
| name | description |
|---|---|
| warnings-count | Total warnings count |
| errors-count | Total warnings count |