mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
26 lines
714 B
YAML
26 lines
714 B
YAML
- id: typos
|
|
name: typos
|
|
description: Source code spell checker, binary install
|
|
language: python
|
|
entry: typos
|
|
args: [--write-changes, --force-exclude]
|
|
types: [text]
|
|
stages: [pre-commit, pre-merge-commit, pre-push, manual]
|
|
|
|
- id: typos-docker
|
|
name: typos
|
|
description: Source code spell checker, Docker image
|
|
language: docker
|
|
entry: typos
|
|
args: [--write-changes, --force-exclude]
|
|
types: [text]
|
|
stages: [pre-commit, pre-merge-commit, pre-push, manual]
|
|
|
|
- id: typos-src
|
|
name: typos
|
|
description: Source code spell checker, source install
|
|
language: rust
|
|
entry: typos
|
|
args: [--write-changes, --force-exclude]
|
|
types: [text]
|
|
stages: [pre-commit, pre-merge-commit, pre-push, manual]
|