t-im4i-k/Clang Tidy Check
Checks C++ code quality with clang-tidy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Specifies the clang-tidy version to use. | no | __UNSET__ |
| compile-commands-path | Path to your compile_commands.json compilation database. | yes | — |
| file-exclude-regex | Extended regular expression to exclude specific files from checking. | no | __UNSET__ |
| checks | Comma-separated list of checks to enable or disable. | no | __UNSET__ |
| warnings-as-errors | Comma-separated list of warnings to treat as errors. | no | __UNSET__ |
| header-filter | Extended regular expression to include specific header files in the check. | no | __UNSET__ |
| format-style | Specifies the code formatting style to apply around proposed fixes. | no | __UNSET__ |
| config | Inline configuration in YAML/JSON format. | no | __UNSET__ |
| config-file | Path to a .clang-tidy file or custom configuration file. | no | __UNSET__ |
| extra-args | Additional arguments to pass directly to clang-tidy. | no | __UNSET__ |
Outputs
no outputs