2021-06-08 22:54:38 +03:00
|
|
|
- id: typos
|
|
|
|
name: typos
|
2021-06-28 19:36:56 +03:00
|
|
|
description: Source code spell checker, binary install
|
|
|
|
language: python
|
|
|
|
entry: typos
|
|
|
|
args: [--write-changes]
|
|
|
|
types: [text]
|
2022-12-17 20:10:57 +02:00
|
|
|
stages: [commit, merge-commit, push, manual]
|
2021-06-28 19:36:56 +03:00
|
|
|
|
2022-12-18 16:53:06 +02:00
|
|
|
- id: typos-docker
|
|
|
|
name: typos
|
|
|
|
description: Source code spell checker, Docker image
|
|
|
|
language: docker
|
|
|
|
entry: typos
|
|
|
|
args: [--write-changes]
|
|
|
|
types: [text]
|
|
|
|
stages: [commit, merge-commit, push, manual]
|
|
|
|
|
2021-06-28 19:36:56 +03:00
|
|
|
- id: typos-src
|
|
|
|
name: typos
|
|
|
|
description: Source code spell checker, source install
|
2021-06-08 22:54:38 +03:00
|
|
|
language: rust
|
|
|
|
entry: typos
|
|
|
|
args: [--write-changes]
|
|
|
|
types: [text]
|
2022-12-17 20:10:57 +02:00
|
|
|
stages: [commit, merge-commit, push, manual]
|