2021-06-08 15:54:38 -04:00
|
|
|
- id: typos
|
|
|
|
name: typos
|
2021-06-28 12:36:56 -04:00
|
|
|
description: Source code spell checker, binary install
|
|
|
|
language: python
|
|
|
|
entry: typos
|
2023-10-07 18:01:49 -04:00
|
|
|
args: [--write-changes, --force-exclude]
|
2021-06-28 12:36:56 -04:00
|
|
|
types: [text]
|
2022-12-17 13:10:57 -05:00
|
|
|
stages: [commit, merge-commit, push, manual]
|
2021-06-28 12:36:56 -04:00
|
|
|
|
2022-12-18 09:53:06 -05:00
|
|
|
- id: typos-docker
|
|
|
|
name: typos
|
|
|
|
description: Source code spell checker, Docker image
|
|
|
|
language: docker
|
|
|
|
entry: typos
|
2023-10-07 18:01:49 -04:00
|
|
|
args: [--write-changes, --force-exclude]
|
2022-12-18 09:53:06 -05:00
|
|
|
types: [text]
|
|
|
|
stages: [commit, merge-commit, push, manual]
|
|
|
|
|
2021-06-28 12:36:56 -04:00
|
|
|
- id: typos-src
|
|
|
|
name: typos
|
|
|
|
description: Source code spell checker, source install
|
2021-06-08 15:54:38 -04:00
|
|
|
language: rust
|
|
|
|
entry: typos
|
2023-10-07 18:01:49 -04:00
|
|
|
args: [--write-changes, --force-exclude]
|
2021-06-08 15:54:38 -04:00
|
|
|
types: [text]
|
2022-12-17 13:10:57 -05:00
|
|
|
stages: [commit, merge-commit, push, manual]
|