neuroshepherd/Check Filenames Action
Opinionated checks for file and folder naming conventions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max-path-length | Warn when a relative path exceeds this length. | no | 65 |
| max-depth | Warn when file nesting exceeds this depth. | no | 2 |
| file-types | Comma-separated file extensions to check, or all. | no | all |
| ignore-file | Path to ignore file relative to repository root. | no | .filenameignore |
| dotfile-mode | How to handle dot-prefixed names (strip-leading-dot or ignore). | no | strip-leading-dot |
| allow-dates-in-file-names | Allow one date fragment in filename stems. | no | false |
| date-format | Date format for allowed filename date fragments (strftime directives). | no | %Y-%m-%d |
Outputs
no outputs