m2robocon/Formatting check
Checks whether the code is formatted according to project guidelines.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| clang-format-version | Version of clang-format that you want to use. | no | 13 |
| clang-format-check-path | The path to the directory you want to check for correct C/C++/Protobuf formatting. Default is the full repository. | no | . |
| clang-format-exclude-regex | A regex to exclude files or directories that should not be checked. Default is empty. | no | "" |
| clang-format-fallback-style | The fallback style for clang-format if no .clang-format file exists in your repository. | no | llvm |
Outputs
no outputs