Files
codespell/snap/snapcraft.yaml
2021-09-22 19:49:24 +00:00

20 lines
426 B
YAML

name: codespell
version: git
summary: Check code for common misspellings
description: |
Codespell fixes common misspellings in text files. It's designed
primarily for checking misspelled words in source code, but it can
be used with other files as well.
grade: stable
confinement: strict
apps:
codespell:
command: codespell
plugs: [home, removable-media]
parts:
codespell:
source: .
plugin: python