sbeyer/Include Guards Check
Check for #include guards in C/C++ header files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to look for include files | no | . |
| pattern | The pattern for the guard macro | no | {path} |
| only | The regex of files to check only | no | "" |
| ignore | The regex of files to ignore | no | "" |
Outputs
| name | description |
|---|---|
| fails | A space-separated list of files for which the check failed |