diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-12-01 12:18:32 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-12-01 12:20:46 +0100 |
commit | aef393bdce523ed5e5754721965fab2da8080119 (patch) | |
tree | 5f7657dcd9048454bc91ced07128c0b47eb60955 /.github/actions/spelling/patterns.txt | |
parent | 0e41181d547e2f89ffc503a7afc8b0f3991dd1a8 (diff) | |
download | zsh-aef393bdce523ed5e5754721965fab2da8080119.tar.gz zsh-aef393bdce523ed5e5754721965fab2da8080119.tar.bz2 zsh-aef393bdce523ed5e5754721965fab2da8080119.zip |
ci: add `check-spelling` GitHub Action
Diffstat (limited to '.github/actions/spelling/patterns.txt')
-rw-r--r-- | .github/actions/spelling/patterns.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt new file mode 100644 index 000000000..d39d09e97 --- /dev/null +++ b/.github/actions/spelling/patterns.txt @@ -0,0 +1,4 @@ +# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns + +# ignore long runs of a single character: +\b([A-Za-z])\g{-1}{3,}\b |