Skip to content

Commit

Permalink
ci: add spellcheck config
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Oct 14, 2024
1 parent 62a8c1f commit ae5f662
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!.gitmodules
!.gtkrc-2.0
!.ripgreprc
!.spellcheck.yaml
!.stylelintrc.json
!.yamlfmt.yaml
!.yamllint.yaml
Expand Down
14 changes: 14 additions & 0 deletions .spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.css:
comments: true
sources:
- '**/*.md'
default_encoding: utf-8

0 comments on commit ae5f662

Please sign in to comment.