step-security/Codespell with annotations
Codespell with annotations for Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check_filenames | If set, check file names as well | no | "" |
| check_hidden | If set, check hidden files (those starting with ".") as well | no | "" |
| exclude_file | File with lines that should not be checked for spelling mistakes | no | "" |
| skip | Comma-separated list of files to skip (it accepts globs as well) | no | ./.git |
| builtin | Comma-separated list of builtin dictionaries to include | no | "" |
| ignore_words_file | File with a list of words to be ignored. Words are case sensitive based on how they are written in the dictionary file | no | "" |
| ignore_words_list | Comma-separated list of words to be ignored. Words are case sensitive based on how they are written in the dictionary file | no | "" |
| uri_ignore_words_list | comma separated list of words to be ignored in URIs and emails only | no | "" |
| path | Path to run codespell in | no | "" |
| only_warn | If set, only warn, never error | no | "" |
Outputs
no outputs