cbrgm/gostale
Track and enforce TODOs and FIXMEs with expiration dates in Go code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path or package pattern to analyze (e.g., ./...) | no | . |
| today | Override today’s date (format: DD-MM-YYYY) | no | — |
| exclude | Comma-separated list of directories to exclude | no | — |
| fail-on-expired | Exit with code 1 if expired annotations were found | no | false |
| log-level | Log level: debug, info, warn, error | no | info |
Outputs
| name | description |
|---|---|
| expired | Boolean indicating if expired annotations were found |