mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
867ee75b02
For no additional build dependencies (besides Python >= 3.6), and faster install. The setup.py here is a copy of the one at https://github.com/shellcheck-py/shellcheck-py with changes kept at the bare minimum for future diffability. We don't support checksumming at least yet, because there's no access to them from cargo-release at the moment. Closes #285
15 lines
321 B
YAML
15 lines
321 B
YAML
- id: typos
|
|
name: typos
|
|
description: Source code spell checker, binary install
|
|
language: python
|
|
entry: typos
|
|
args: [--write-changes]
|
|
types: [text]
|
|
|
|
- id: typos-src
|
|
name: typos
|
|
description: Source code spell checker, source install
|
|
language: rust
|
|
entry: typos
|
|
args: [--write-changes]
|
|
types: [text]
|