samber/HeaderCheck
Validate and (optionally) fix required file headers across your source code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | CLI version to install (e.g., v0.1.0, v0.2.3, or latest) | no | latest |
| working-directory | Directory to run headercheck from | no | . |
| config | Config file path(s). Comma- or newline-separated to repeat --config | no | — |
| templates | Additional template file path(s). Comma- or newline-separated to repeat --template | no | — |
| include | Regex of file paths to include (overrides config) | no | — |
| exclude | Regex of file paths to exclude (overrides config) | no | — |
| paths | Path(s) to scan. If empty, scans the repository root. Accepts space/comma/newline-separated list. | no | — |
| fix | Apply fixes in place | no | false |
| force | Force processing of non-text/invalid files (prints warnings) | no | false |
| verbose | Verbose output | no | false |
Outputs
no outputs